Information about plays

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

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

{
    "id": 3632210,
    "uri": "https://api.kexp.org/v2/plays/3632210/?format=api",
    "airdate": "2026-03-22T02:53:56-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca40fe1e-9009-4486-9406-06030c5f0f01/2269786983-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca40fe1e-9009-4486-9406-06030c5f0f01/2269786983-250.jpg",
    "song": "I'll Take Care of U",
    "track_id": null,
    "recording_id": "65aea79d-ecd6-48fc-b8cb-01cb4b4d6e29",
    "artist": "Gil Scott‐Heron and Jamie xx",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5",
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "We’re New Here",
    "release_id": null,
    "release_group_id": "72e251aa-ec21-42f5-9761-ede5769b4073",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2011-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamie xx remixed the album \"I’m New Here\" by Gil Scott-Heron.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}