Information about plays

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

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

{
    "id": 370555,
    "uri": "https://api.kexp.org/v2/plays/370555/?format=api",
    "airdate": "2019-08-21T20:32:25-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living in a Memory",
    "track_id": "9aca2c46-7a6c-3d9b-b6ba-50bd38ceaefe",
    "recording_id": null,
    "artist": "The Growlers",
    "artist_ids": [
        "4a51d885-9445-4e6a-a171-36e2d51dcfa0"
    ],
    "album": "Hung At Heart",
    "release_id": "2637eead-2d02-4608-8991-642dda755394",
    "release_group_id": null,
    "labels": [
        "Everloving Records"
    ],
    "label_ids": [
        "4f85548a-b036-443e-8ade-4741311026e1"
    ],
    "release_date": "2013-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sat 10/5 and Sun 10/6 @ Showbox ; the band live at KEXP in 2014: https://www.youtube.com/watch?v=SNmFGKP3tAo ; http://www.thegrowlers.com ; https://www.facebook.com/losGrowlers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}