Information about plays

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

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

{
    "id": 347249,
    "uri": "https://api.kexp.org/v2/plays/347249/?format=api",
    "airdate": "2019-06-28T02:27:15-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/de8f99cb-d7a4-4d0d-8948-2375d88cb31c/20946745360-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Forget About Me",
    "track_id": "7b08e143-bf49-4127-a361-e8d4a12a2a35",
    "recording_id": null,
    "artist": "Noname",
    "artist_ids": [
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Room 25",
    "release_id": "de8f99cb-d7a4-4d0d-8948-2375d88cb31c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Got a request? Email dj@kexp.org or text 206-903-5397 http://www.nonamehiding.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}