Information about plays

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

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

{
    "id": 3543167,
    "uri": "https://api.kexp.org/v2/plays/3543167/?format=api",
    "airdate": "2025-08-22T04:41:21-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://ia903107.us.archive.org/29/items/mbid-de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9/mbid-de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9-20510904847_thumb500.jpg",
    "thumbnail_uri": "https://ia903107.us.archive.org/29/items/mbid-de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9/mbid-de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9-20510904847_thumb250.jpg",
    "song": "Heavy, California",
    "track_id": "fe7cb3d8-e984-4a40-821d-1acfb7b50024",
    "recording_id": "db82d2da-9644-411f-979f-39e24938c029",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "For Ever",
    "release_id": "de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9",
    "release_group_id": "6cac3a96-2661-4d2b-a253-bef16a559616",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}