Information about plays

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

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

{
    "id": 3421678,
    "uri": "https://api.kexp.org/v2/plays/3421678/?format=api",
    "airdate": "2024-11-05T09:49:29-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia800503.us.archive.org/31/items/mbid-fea946a8-c05d-3a9b-a6fb-df5e592342a5/mbid-fea946a8-c05d-3a9b-a6fb-df5e592342a5-20659467979_thumb500.jpg",
    "thumbnail_uri": "https://ia600503.us.archive.org/31/items/mbid-fea946a8-c05d-3a9b-a6fb-df5e592342a5/mbid-fea946a8-c05d-3a9b-a6fb-df5e592342a5-20659467979_thumb250.jpg",
    "song": "(What’s So Funny ’Bout) Peace, Love, and Understanding?",
    "track_id": "958dca7d-8479-360b-9d32-27529027c35a",
    "recording_id": "dfbd91c2-26a5-4146-a396-d1afe2881da1",
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Armed Forces",
    "release_id": "fea946a8-c05d-3a9b-a6fb-df5e592342a5",
    "release_group_id": "8172d1b5-ffb8-3da7-a74a-a27eb4a0d3ff",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}