Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3413933/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3413933,
    "uri": "https://api.kexp.org/v2/plays/3413933/?format=api",
    "airdate": "2024-10-17T14:47:47-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cry Love",
    "track_id": null,
    "recording_id": "39038ff3-c3ff-4a38-8ccb-249b0f861b62",
    "artist": "The Sweet & Innocent and The Memphis Mustangs",
    "artist_ids": [
        "0ce74932-8f7b-4853-9fb6-24165a28462d",
        "4ce17919-2c83-4e51-8b3b-fec23b190755"
    ],
    "album": "Big Moe Live at R.C.’s Place",
    "release_id": null,
    "release_group_id": "062cebf4-65d8-4175-b50e-99480dc90169",
    "labels": [
        "Memphix"
    ],
    "label_ids": [
        "be9a35bc-56c9-41af-b5e6-cb90f2327c33"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}