Information about plays

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

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

{
    "id": 3420633,
    "uri": "https://api.kexp.org/v2/plays/3420633/?format=api",
    "airdate": "2024-11-02T21:48:21-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "https://coverartarchive.org/release/daab24a9-34d8-4d84-90ea-5f005a53f7f0/24441742869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/daab24a9-34d8-4d84-90ea-5f005a53f7f0/24441742869-250.jpg",
    "song": "122 Hours of Fear",
    "track_id": null,
    "recording_id": "a7be3e42-a3de-463d-ad0b-5eea60511d97",
    "artist": "The Screamers",
    "artist_ids": [
        "f4bf1b6d-c568-4f51-9b40-b275c30fe4a5"
    ],
    "album": "Screamers",
    "release_id": null,
    "release_group_id": "571be351-4e8d-4899-9a74-e0c8be09a2fd",
    "labels": [
        "Shout"
    ],
    "label_ids": [
        "9a657800-a53c-4b64-8616-2776e003359a"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"122 Hours of Fear\" was inspired by the hijacking of Lufthansa Flight 181 in 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}