Information about plays

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

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

{
    "id": 3413339,
    "uri": "https://api.kexp.org/v2/plays/3413339/?format=api",
    "airdate": "2024-10-16T09:53:49-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s the End of the World as We Know It (and I Feel Fine)",
    "track_id": null,
    "recording_id": "0d4ed28b-65b2-4b38-9ef8-21c7e45d8ff5",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Document",
    "release_id": null,
    "release_group_id": "137385b2-b4cc-385e-9d59-781e7674f5bc",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1987-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morning, Chuck from Bremerton here. \n\nAny chance for R.E.M 'It's the end of the World...' this morning. Feels like a dance with your skateboard in an abandoned house kind of morning. \n\nCheers!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}