Information about plays

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

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

{
    "id": 3420718,
    "uri": "https://api.kexp.org/v2/plays/3420718/?format=api",
    "airdate": "2024-11-03T01:57:09-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breaking the Spell",
    "track_id": null,
    "recording_id": null,
    "artist": "Sign of the Jackal",
    "artist_ids": [
        "faf77c80-61e5-4d77-a0c8-a655f9679c78"
    ],
    "album": "Heavy Metal Survivor",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dying Victims Productions"
    ],
    "label_ids": [
        "6781d2cb-7d91-49be-829b-b9e22fe695f7"
    ],
    "release_date": "2024-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1:13am pt. 2\n\nRovereto, Italy\n\nhttps://dyingvictimsproductions.bandcamp.com/album/heavy-metal-survivors",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}