Information about plays

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

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

{
    "id": 351019,
    "uri": "https://api.kexp.org/v2/plays/351019/?format=api",
    "airdate": "2019-07-06T21:52:00-07:00",
    "show": 5847,
    "show_uri": "https://api.kexp.org/v2/shows/5847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tojo",
    "track_id": "bc36045a-6fb5-3601-b5f7-8eef4003e3f3",
    "recording_id": null,
    "artist": "Naked Raygun",
    "artist_ids": [
        "85d2e30c-92fd-4c7f-a2dc-f988a70e234d"
    ],
    "album": "Basement Screams",
    "release_id": "08d5530b-6d82-41f8-9b94-832cc34f3423",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://nakedraygun.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}