Information about plays

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

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

{
    "id": 3343715,
    "uri": "https://api.kexp.org/v2/plays/3343715/?format=api",
    "airdate": "2024-05-04T12:07:16-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia601001.us.archive.org/18/items/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b-23802558961_thumb500.jpg",
    "thumbnail_uri": "https://ia601001.us.archive.org/18/items/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b/mbid-29dcea33-ad28-3fa3-9831-af5e520a513b-23802558961_thumb250.jpg",
    "song": "Planet Telex",
    "track_id": "aa6bc75e-c279-35cc-9acc-982ff6b2a145",
    "recording_id": "49bb3701-1b75-4232-8999-ff5318adf676",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "29dcea33-ad28-3fa3-9831-af5e520a513b",
    "release_group_id": "b8048f24-c026-3398-b23a-b5e50716cbc7",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2009-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "May the 4th Be With You!",
    "play_type": "trackplay"
}