Information about plays

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

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

{
    "id": 3414821,
    "uri": "https://api.kexp.org/v2/plays/3414821/?format=api",
    "airdate": "2024-10-19T21:15:17-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satan",
    "track_id": "864828a3-bb32-3bdc-9ad8-6d90cb1805a8",
    "recording_id": "89fa8a51-8e1e-4e60-8a86-8b08f23c8d95",
    "artist": "Dwarves",
    "artist_ids": [
        "762e1e6d-ba12-4946-b8ee-dfa0cf9a2655"
    ],
    "album": "Thank Heaven for Little Girls",
    "release_id": "3bf58a12-7bbd-4259-921b-7d6600f7cf5d",
    "release_group_id": "b60016f0-9eac-3b97-b96d-076a205ec88d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1991-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dwarves are playing their last show in the US tonight at BLAG Acoustic Punks Parade in Alameda, CA tonight before kicking off an Australian tour with Me First and the Gimme Gimmes.\n\nhttps://thedwarves.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}