Information about plays

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

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

{
    "id": 3438145,
    "uri": "https://api.kexp.org/v2/plays/3438145/?format=api",
    "airdate": "2024-12-14T21:03:17-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4565cb6-4162-492c-a161-70d718a29bbf/18472034387-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4565cb6-4162-492c-a161-70d718a29bbf/18472034387-250.jpg",
    "song": "Spazz",
    "track_id": null,
    "recording_id": "929553b0-6348-4816-b086-a6c7dc7f2627",
    "artist": "The Elastik Band",
    "artist_ids": [
        "2afd953c-76f1-4dcb-be4a-6e30c54b7d9d"
    ],
    "album": "Spazz / Paper Mache",
    "release_id": null,
    "release_group_id": "9b03b501-1422-45a7-88d2-f0cb01c5f2a0",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Elastik Band’s Spazz was a brash Beefheart-ian stomp that seemed to openly mock the physically afflicted, prompting gasps of horror all round and consigning them forever to the trash can of music history.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}