Information about plays

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

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

{
    "id": 350341,
    "uri": "https://api.kexp.org/v2/plays/350341/?format=api",
    "airdate": "2019-07-05T05:56:24-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/d9ce64be-7602-3bd7-8c02-0b1768509a6a/10431117286-250.jpg",
    "thumbnail_uri": "",
    "song": "Mr. Blue Sky",
    "track_id": "d0d269fe-4384-32f9-91d9-50064b3e4c7b",
    "recording_id": null,
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "ELO's Greatest Hits",
    "release_id": "d9ce64be-7602-3bd7-8c02-0b1768509a6a",
    "release_group_id": null,
    "labels": [
        "Jet Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}