Information about plays

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

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

{
    "id": 3555136,
    "uri": "https://api.kexp.org/v2/plays/3555136/?format=api",
    "airdate": "2025-09-19T19:51:57-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "https://coverartarchive.org/release/01e646ce-fc85-4eca-a306-e52ea9e716ba/35637378359-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01e646ce-fc85-4eca-a306-e52ea9e716ba/35637378359-250.jpg",
    "song": "Lento",
    "track_id": null,
    "recording_id": "f3ca2ac3-52c7-4110-9dbc-65ef1e341ee2",
    "artist": "J Balvin & Mr Eazi",
    "artist_ids": [
        "5bdeb32d-56a5-4b6d-a768-264101fa0a0a",
        "72adb13a-800e-44b5-9aef-5c7d8cb6a2d7"
    ],
    "album": "Lento",
    "release_id": null,
    "release_group_id": "86937d91-46cb-409f-81a6-b0297a13d97f",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Como Un Bebe, Mr. Eazi and J Balvin reunite for another Afr- Latin Fusion track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}