Information about plays

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

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

{
    "id": 3438200,
    "uri": "https://api.kexp.org/v2/plays/3438200/?format=api",
    "airdate": "2024-12-14T23:16:46-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Options",
    "track_id": null,
    "recording_id": "aace41ae-7405-40e9-972e-18b0d25e2e3c",
    "artist": "The Proletariat",
    "artist_ids": [
        "51d14cf3-2d62-4aba-ae92-3b8d31d5980d"
    ],
    "album": "This Is Boston Not L.A.",
    "release_id": null,
    "release_group_id": "dfbdc2da-1c10-379d-a680-3158d38aaad1",
    "labels": [
        "Modern Method Records"
    ],
    "label_ids": [
        "d80c14f0-80f4-436e-8e8f-cba0f4ed283c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Proletariat were a Hardcore band that had a backbeat you could dance to, the most slam-danceable — they had that serious marching beat down. They were given the Hardcore tag because they wrote short songs and kinda fit in.\"\n\n— Edward \"Shred\" Jacobs, former DJ at Boston's WERS and WBCN radio stations",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}