Information about plays

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

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

{
    "id": 3410074,
    "uri": "https://api.kexp.org/v2/plays/3410074/?format=api",
    "airdate": "2024-10-08T15:20:53-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia801802.us.archive.org/17/items/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0-10334297749_thumb500.jpg",
    "thumbnail_uri": "https://ia801802.us.archive.org/17/items/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0-10334297749_thumb250.jpg",
    "song": "Bring On the Dancing Horses",
    "track_id": "c0330c95-789c-349b-9b65-b85d929355a1",
    "recording_id": "2f1b81f8-4d0b-40c7-81ee-88030fe45d75",
    "artist": "Echo & the Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Pretty in Pink",
    "release_id": "d06687e6-db21-34ff-8e5c-1b4e13daaef0",
    "release_group_id": "bc1bbd39-f35d-373d-b920-599546bdd0b9",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The only single from Echo & The Bunnymen's 1985 compilation album, the only song that had previously been unreleased on an album. The song was recorded specifically for the soundtrack to the 1986 John Hughes classic \"Pretty in Pink.\" - https://www.bunnymen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}