Information about plays

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

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

{
    "id": 3570749,
    "uri": "https://api.kexp.org/v2/plays/3570749/?format=api",
    "airdate": "2025-10-27T21:31:32-07:00",
    "show": 64952,
    "show_uri": "https://api.kexp.org/v2/shows/64952/?format=api",
    "image_uri": "https://coverartarchive.org/release/88fd3d0d-27e6-49e1-b00e-18e4866ee2b7/36622831731-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/88fd3d0d-27e6-49e1-b00e-18e4866ee2b7/36622831731-250.jpg",
    "song": "Toño y el demonio",
    "track_id": null,
    "recording_id": "ecfc614e-4c94-4929-8f84-b5e8c25562fb",
    "artist": "Son Rompe Pera Feat. Felipe Orjuela",
    "artist_ids": [
        "060cb78e-53bb-43a2-a6c6-0e9922f68a5e",
        "77d12000-d556-4b9d-a787-6aabbbaf6f84"
    ],
    "album": "Chimborazo",
    "release_id": null,
    "release_group_id": "70e645e9-818e-48cf-8678-20e32b712b17",
    "labels": [
        "AYA Records"
    ],
    "label_ids": [
        "0ed7a55f-29be-4a88-a45f-98201a56d4a2"
    ],
    "release_date": "2023-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out their live on KEXP session -- https://www.youtube.com/watch?v=wWMcan83GFM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}