Information about plays

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

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

{
    "id": 3413331,
    "uri": "https://api.kexp.org/v2/plays/3413331/?format=api",
    "airdate": "2024-10-16T09:27:08-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sprinter Brain",
    "track_id": "6b153eed-ca51-4f58-ae55-7b9da4e2c708",
    "recording_id": "d6a8b631-1f83-4746-a82b-ed632d38b933",
    "artist": "Wild Pink",
    "artist_ids": [
        "94fdf751-0644-4b78-9e72-dbdce539b5b7"
    ],
    "album": "Dulling The Horns",
    "release_id": "551133d1-16c3-42ae-86aa-d8b21f3185a6",
    "release_group_id": "e93a6024-3905-4490-a53f-6abc76f4a60f",
    "labels": [
        "Fire Talk"
    ],
    "label_ids": [
        "80e2d91f-4035-48ef-8a3b-cc81b3f793ed"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“This song is kind of about learning how to deal with your problems and not catastrophizing,” John Ross said. “Just trying to be more realistic and objective when times get stressful. It’s one of the faster songs I’ve written in a while and really fun to play live.”\n\nThe band's new album, \"Dulling The Horns\" dropped on October 4th.  \n\nhttps://wildpink.bandcamp.com/album/dulling-the-horns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}