Information about plays

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

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

{
    "id": 3428170,
    "uri": "https://api.kexp.org/v2/plays/3428170/?format=api",
    "airdate": "2024-11-21T07:28:26-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Renegade",
    "track_id": "c9ee77db-59e5-4d44-9648-ad5377c5beba",
    "recording_id": "6eacf4e8-358a-4e23-9f2e-28169639fe5f",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Constellations For The Lonely",
    "release_id": "b098f08c-578f-4493-beb4-242784b4d2b6",
    "release_group_id": "378daa85-8f8f-4d92-8c04-be4d67475d58",
    "labels": [
        "EMI North"
    ],
    "label_ids": [
        "4a480334-3dd3-466c-8006-a1f7383739f9"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Doves! The album Constellations For the Lonely will be out on Valentines day next year. \n\nSinger Jimi Goodwin said of the album \"In our minds, it's got a Blade Runner-esque theme. It was inspired by the Roy Batty speech of how nothing lasts forever, you know, 'I've seen things you people wouldn't believe.'\"\n\nhttps://www.nme.com/news/music/doves-interview-renegade-new-album-constellations-for-the-lonely-jimi-goodwin-mental-health-3809126",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}