Information about plays

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

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

{
    "id": 3417797,
    "uri": "https://api.kexp.org/v2/plays/3417797/?format=api",
    "airdate": "2024-10-27T03:52:20-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/6feadf45-bc59-4cb8-9984-25c804a0dd42/13284223575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6feadf45-bc59-4cb8-9984-25c804a0dd42/13284223575-250.jpg",
    "song": "Lifeline",
    "track_id": null,
    "recording_id": "91e8274f-da6c-40c4-bc21-51fdf711d940",
    "artist": "Sacrilege",
    "artist_ids": [
        "5b68fe96-3c1b-4f72-94dc-1f70619b0760"
    ],
    "album": "Behind the Realms of Madness",
    "release_id": null,
    "release_group_id": "5616ee7a-f579-42b2-be7b-569632763717",
    "labels": [
        "Children of the Revolution Records"
    ],
    "label_ids": [
        "b3d5a441-87d1-4259-a478-a6a8bd3f0d40"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}