Information about plays

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

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

{
    "id": 3413140,
    "uri": "https://api.kexp.org/v2/plays/3413140/?format=api",
    "airdate": "2024-10-15T22:45:59-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glory Box",
    "track_id": null,
    "recording_id": "6c7fadb6-2cca-4a20-b8df-9994e7008cb2",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Roseland NYC Live",
    "release_id": null,
    "release_group_id": "ce61f4a8-db95-3608-93de-53f9ecb1b8d2",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request for Portishead! Have a suggestion or want to say hi? IG @djmichelemyers or text 206-903-5397.\nhttp://www.portishead.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}