Information about plays

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

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

{
    "id": 3419081,
    "uri": "https://api.kexp.org/v2/plays/3419081/?format=api",
    "airdate": "2024-10-30T01:37:06-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "https://coverartarchive.org/release/467f8f25-c44f-45fd-9e81-3024f1ed7847/9570516395-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/467f8f25-c44f-45fd-9e81-3024f1ed7847/9570516395-250.jpg",
    "song": "When I'm Alone",
    "track_id": null,
    "recording_id": "1203a76e-5c16-42dd-afb1-0f4a84cc377a",
    "artist": "Twisted Nerve",
    "artist_ids": [
        "cd1c948f-c8c6-49fd-8dd2-1bd1f670c5ed"
    ],
    "album": "Killed by Deathrock, Volume 1",
    "release_id": null,
    "release_group_id": "b836497f-1de1-485d-92e9-8c5411db2d0b",
    "labels": [
        "Secret Records"
    ],
    "label_ids": [
        "563fb971-7569-4ba2-98a1-bc7db2d9add9"
    ],
    "release_date": "2014-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in the white hot, Post-Punk year of 1978 in Edinburgh, UK\n\nhttps://twistednerve.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}