Information about plays

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

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

{
    "id": 3417344,
    "uri": "https://api.kexp.org/v2/plays/3417344/?format=api",
    "airdate": "2024-10-26T02:08:07-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cutthroat",
    "track_id": null,
    "recording_id": "b8b4871e-0f9c-4532-b53e-74ab806f4c72",
    "artist": "S U R V I V E",
    "artist_ids": [
        "9e26116a-2d3b-4765-855f-734e9453a45e"
    ],
    "album": "RR7349",
    "release_id": null,
    "release_group_id": "bd0e9e86-58a1-4225-80cf-efb9ccd5a4d7",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}