Information about plays

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

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

{
    "id": 3422046,
    "uri": "https://api.kexp.org/v2/plays/3422046/?format=api",
    "airdate": "2024-11-06T09:19:56-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/942be4b0-12a2-4264-93a3-b45fa94c95c0/7332887586-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/942be4b0-12a2-4264-93a3-b45fa94c95c0/7332887586-250.jpg",
    "song": "Blowin' In The Wind",
    "track_id": null,
    "recording_id": "ba57097a-4904-4008-a2cd-f7e5e4f62a82",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Freewheelin’ Bob Dylan",
    "release_id": null,
    "release_group_id": "169b62aa-c3a5-3ed9-bed1-cc47c4bc51ad",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1963-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janis in Los Angeles\nToday's playlist is extra special, seeing some favorite songs in a new light. Woke up, feeling like the world was over, then I turned on KEXP and now every little thing is going to be all right..... 💕😎",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}