Information about plays

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

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

{
    "id": 3421706,
    "uri": "https://api.kexp.org/v2/plays/3421706/?format=api",
    "airdate": "2024-11-05T11:31:07-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia903109.us.archive.org/32/items/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39-19682986993_thumb500.jpg",
    "thumbnail_uri": "https://ia803109.us.archive.org/32/items/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39/mbid-9aefc6dd-216a-4271-ada1-d9cf67956f39-19682986993_thumb250.jpg",
    "song": "Shout",
    "track_id": "273c4ea9-42f0-4219-a28d-1acf6b7abf46",
    "recording_id": "548f642b-b441-424f-ad35-efb88efd2df4",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Songs From the Big Chair",
    "release_id": "2b5d067d-6d8b-459b-a27f-13eb4a4513f4",
    "release_group_id": "475946e9-4b00-3f7c-9bd7-c11f55740262",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1985-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this video analysis of the classic song \"Shout\": https://www.youtube.com/watch?v=o4YK2tAsk7w\n--\nAnd now, enjoy the official music video: https://www.youtube.com/watch?v=Ye7FKc1JQe4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}