Information about plays

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

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

{
    "id": 3413184,
    "uri": "https://api.kexp.org/v2/plays/3413184/?format=api",
    "airdate": "2024-10-16T00:55:41-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I've Been Thinking",
    "track_id": "04130102-b22a-3aa1-a0c9-01070f07e61c",
    "recording_id": "3619a7aa-db30-48e7-bdb2-246b678c2598",
    "artist": "Handsome Boy Modeling School feat. Cat Power",
    "artist_ids": [
        "c3f99319-52c7-47f2-9631-10bc7cc8c589",
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "White People",
    "release_id": "1462835e-dbcb-3dec-b517-23f25c077e90",
    "release_group_id": "95b156e4-c413-3ec4-a1f2-e71d449adc46",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2004-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Final song for tonight's sets. Stay tuned! \nThis song by HBMS features Cat Power.\nhttps://handsomeboymodelingschool.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}