Information about plays

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

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

{
    "id": 3428567,
    "uri": "https://api.kexp.org/v2/plays/3428567/?format=api",
    "airdate": "2024-11-22T07:33:27-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia600207.us.archive.org/2/items/mbid-149812f7-28a5-4960-ad49-0b647cdb978e/mbid-149812f7-28a5-4960-ad49-0b647cdb978e-1076686535_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/2/items/mbid-149812f7-28a5-4960-ad49-0b647cdb978e/mbid-149812f7-28a5-4960-ad49-0b647cdb978e-1076686535_thumb250.jpg",
    "song": "Continuous Thunder",
    "track_id": "30ed94c1-50b2-39c4-834c-7a10322f3aa4",
    "recording_id": "7ca94eac-3fbb-483d-8345-4c3f4d356542",
    "artist": "Japandroids",
    "artist_ids": [
        "2008d65c-31ee-4382-8960-5188523568d5"
    ],
    "album": "Celebration Rock",
    "release_id": "149812f7-28a5-4960-ad49-0b647cdb978e",
    "release_group_id": "32f90db3-467a-4a31-b36b-e4b73dc0cc78",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2012-06-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"...arm in arm with me tonight\nsinging out loud\nyeah yeah yeah yeah yeah yeah yeah….\"\n--\nHere's a live performance of \"Continuous Thunder\" in London in 2012: https://www.youtube.com/watch?v=EnciAnpCCb8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}