Information about plays

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

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

{
    "id": 3586014,
    "uri": "https://api.kexp.org/v2/plays/3586014/?format=api",
    "airdate": "2025-12-02T21:45:56-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Bones",
    "track_id": "b1c3cfda-5634-469e-bee5-f61922d4f4f2",
    "recording_id": "1469b4f4-1620-4772-b7f3-9236d8d39e59",
    "artist": "Tony Allen & Hugh Masekela",
    "artist_ids": [
        "ea524cc6-191a-4c05-ab88-3bb5c0880ca5",
        "83a2e0fb-3d9b-46ff-b383-3dde54c15297"
    ],
    "album": "Rejoice",
    "release_id": "0d1be9d5-7dcf-4ba6-bd27-150f48e75f2e",
    "release_group_id": "d4f97406-c231-446f-a8eb-0766ff11bc2f",
    "labels": [
        "World Circuit"
    ],
    "label_ids": [
        "ad3947c8-2a1e-45b7-a41b-fd0f4d1065bc"
    ],
    "release_date": "2020-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fela once stated that \"without Tony Allen, there would be no Afrobeat.\"\n\nHe was described by Brian Eno as \"perhaps the greatest drummer who has ever lived\"\n\nRIP Tony\n\nRead more about Tony Allen here: https://tinyurl.com/yd32rcyw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}