Information about plays

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

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

{
    "id": 344232,
    "uri": "https://api.kexp.org/v2/plays/344232/?format=api",
    "airdate": "2019-06-21T03:42:26-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evergreen",
    "track_id": "49b388a9-03f9-3cfe-83b5-27d59ddbded2",
    "recording_id": null,
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Tepid Peppermint Wonderland: A Retrospective",
    "release_id": "6d012983-4187-4e00-985a-d613a653a556",
    "release_group_id": null,
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2004-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request! https://thebrianjonestownmassacre.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}