Information about plays

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

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

{
    "id": 3413926,
    "uri": "https://api.kexp.org/v2/plays/3413926/?format=api",
    "airdate": "2024-10-17T13:56:12-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 Roads Out the Ghetto",
    "track_id": null,
    "recording_id": "9c5c202d-8ebe-4b98-b88e-429f7091d35c",
    "artist": "Nightbreed",
    "artist_ids": [
        "14f56521-74f0-49dd-b3d8-e809706b91a8"
    ],
    "album": "2 Roads Out the Ghetto",
    "release_id": null,
    "release_group_id": "412169b3-c030-4747-bdd9-490592298224",
    "labels": [
        "Fortress Entertainment"
    ],
    "label_ids": [
        "58d149c3-d3e8-4838-a9e1-6d4c06a49d62"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}