Information about plays

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

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

{
    "id": 3428549,
    "uri": "https://api.kexp.org/v2/plays/3428549/?format=api",
    "airdate": "2024-11-22T06:20:33-08:00",
    "show": 61913,
    "show_uri": "https://api.kexp.org/v2/shows/61913/?format=api",
    "image_uri": "https://ia601507.us.archive.org/1/items/mbid-43dbeda1-3787-39fd-b858-20cde6a8414a/mbid-43dbeda1-3787-39fd-b858-20cde6a8414a-35377901193_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/1/items/mbid-43dbeda1-3787-39fd-b858-20cde6a8414a/mbid-43dbeda1-3787-39fd-b858-20cde6a8414a-35377901193_thumb250.jpg",
    "song": "Crumbs From Your Table",
    "track_id": "6e5809a5-4b6a-30f7-aa7a-c42db11d15c4",
    "recording_id": "a64c6a71-0897-4c26-a10a-b01f74440d25",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "How to Dismantle an Atomic Bomb",
    "release_id": "43dbeda1-3787-39fd-b858-20cde6a8414a",
    "release_group_id": "3ab33753-c16f-3e44-ae67-2fba4fd0e823",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2004-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2004 - U2 released 'How To Dismantle An Atomic Bomb', which they called \"‘An odd title… we accept that'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}