Information about plays

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

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

{
    "id": 3500210,
    "uri": "https://api.kexp.org/v2/plays/3500210/?format=api",
    "airdate": "2025-05-12T00:19:04-07:00",
    "show": 63437,
    "show_uri": "https://api.kexp.org/v2/shows/63437/?format=api",
    "image_uri": "https://coverartarchive.org/release/82e02767-9cc5-46e0-8f13-31d6373579e3/31591862519-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82e02767-9cc5-46e0-8f13-31d6373579e3/31591862519-250.jpg",
    "song": "12B1",
    "track_id": null,
    "recording_id": "d1564d5d-a5a3-4aab-806a-71fcf9aa01a4",
    "artist": "ItaloJohnson",
    "artist_ids": [
        "b1b14d85-1ecd-4604-8e71-aeb36104fb09"
    ],
    "album": "12",
    "release_id": null,
    "release_group_id": "a01e30b8-004a-4ff7-9560-ba33989eb340",
    "labels": [
        "ItaloJohnson"
    ],
    "label_ids": [
        "ef331a9b-ab8f-4d3b-bb43-872a481f9ac0"
    ],
    "release_date": "2019-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}