Information about plays

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

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

{
    "id": 349505,
    "uri": "https://api.kexp.org/v2/plays/349505/?format=api",
    "airdate": "2019-07-03T08:30:29-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383/1360156729-250.jpg",
    "thumbnail_uri": "",
    "song": "You in Color",
    "track_id": "ad97a7e9-e010-364f-8494-8c618ee7594f",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Directions to See a Ghost",
    "release_id": "f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2008-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Angels have performed at KEXP a few different times! Here's when they played live on KEXP from The Triple Door in 2013. - https://www.youtube.com/watch?v=T_bE3QII8qk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}