Information about plays

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

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

{
    "id": 372964,
    "uri": "https://api.kexp.org/v2/plays/372964/?format=api",
    "airdate": "2019-08-27T11:35:26-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gamma Ray",
    "track_id": "ef6eace3-7861-3edb-a8d2-628c88a48147",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Modern Guilt",
    "release_id": "ba6ef870-7a88-4deb-9661-1c71c2657440",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2008-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck sings this song with a fake stutter. He explained to the Metro newspaper June 29, 2008: \"On 'Gamma Ray,' I added some fake stuttering; I was trying to sound as bad as I could, for a laugh. I like pop songs where everything's unexpected, otherwise things get too heavy-handed and meaningful.'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}