Information about plays

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

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

{
    "id": 3426987,
    "uri": "https://api.kexp.org/v2/plays/3426987/?format=api",
    "airdate": "2024-11-18T09:31:24-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "https://coverartarchive.org/release/2eaa7d4f-0fc9-47de-b29f-4256b320dff5/38576807759-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2eaa7d4f-0fc9-47de-b29f-4256b320dff5/38576807759-250.jpg",
    "song": "The Modern World",
    "track_id": null,
    "recording_id": "658a985c-f63a-4627-9531-8da51eb46520",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "This Is the Modern World",
    "release_id": null,
    "release_group_id": "e43cbbad-4ad7-355a-af3b-f5d87c400b00",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1977-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1977! \n\nThis is the first song from The Jam's second album, released just six months after \"In the City.\" The speed and urgency with which the two albums were made is a testament to the energy coursing through the United Kingdom at the time. 1977 was, after all, punk’s year zero.: https://faroutmagazine.co.uk/story-behind-the-modern-world-the-jam/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}