Information about plays

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

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

{
    "id": 378944,
    "uri": "https://api.kexp.org/v2/plays/378944/?format=api",
    "airdate": "2019-09-10T02:09:40-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/5d7de324-5087-40b2-908c-187e0c9feb39/23609817260-250.jpg",
    "thumbnail_uri": "",
    "song": "Bad to Worse",
    "track_id": "074334e3-fee7-4a48-bfe9-9bfe753bc586",
    "recording_id": null,
    "artist": "Ra Ra Riot",
    "artist_ids": [
        "d8f63b51-73e0-4f65-8bd3-bcfe6892fb0e"
    ],
    "album": "Superbloom",
    "release_id": "5d7de324-5087-40b2-908c-187e0c9feb39",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ra Ra Riot - Full Performance (Live on KEXP): https://bit.ly/2lNn6yh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}