Information about plays

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

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

{
    "id": 3438199,
    "uri": "https://api.kexp.org/v2/plays/3438199/?format=api",
    "airdate": "2024-12-14T23:15:15-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baptism Of Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "Punitive Damage",
    "artist_ids": [
        "c119ee5f-1477-423e-8917-c6985d79866b"
    ],
    "album": "hate Training",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Conviction Records"
    ],
    "label_ids": [
        "c4da05e0-9899-4186-93ba-ecb8a6b6ab01"
    ],
    "release_date": "2024-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver, BC\n\nYou can purchase Punitive Damage's entire digital discography from Bandcamp for less than $15.\n\nhttps://punitivedamage.bandcamp.com/\nhttps://www.noecho.net/features/punitive-damage-band-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}