Information about plays

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

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

{
    "id": 3422396,
    "uri": "https://api.kexp.org/v2/plays/3422396/?format=api",
    "airdate": "2024-11-07T06:21:31-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia600203.us.archive.org/14/items/mbid-5ebba7b6-2ccb-3c62-82cb-cbdbd6baac1c/mbid-5ebba7b6-2ccb-3c62-82cb-cbdbd6baac1c-6375344539_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/14/items/mbid-5ebba7b6-2ccb-3c62-82cb-cbdbd6baac1c/mbid-5ebba7b6-2ccb-3c62-82cb-cbdbd6baac1c-6375344539_thumb250.jpg",
    "song": "Blowin’ in the Wind",
    "track_id": "a8bbad09-3348-3fa2-9652-dca18ec9e52a",
    "recording_id": "74da7d75-8edd-4935-875d-e67eb082a396",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Freewheelin’ Bob Dylan",
    "release_id": "05bfd885-9338-3659-865d-879afbb42b2a",
    "release_group_id": "169b62aa-c3a5-3ed9-bed1-cc47c4bc51ad",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The answer, my friend, is blowin' in the wind\nThe answer is blowin' in the wind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}