Information about plays

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

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

{
    "id": 353993,
    "uri": "https://api.kexp.org/v2/plays/353993/?format=api",
    "airdate": "2019-07-13T20:36:03-07:00",
    "show": 5899,
    "show_uri": "https://api.kexp.org/v2/shows/5899/?format=api",
    "image_uri": "http://coverartarchive.org/release/c193d238-55f9-4546-8cf6-4ec163038aae/15303413487-250.jpg",
    "thumbnail_uri": "",
    "song": "Repeat",
    "track_id": "6e001c2f-47b4-4356-a638-4ace417ce7c7",
    "recording_id": null,
    "artist": "Wimps",
    "artist_ids": [
        "73543c71-5a51-4cac-8b2e-97ed90124053"
    ],
    "album": "Repeat",
    "release_id": "c193d238-55f9-4546-8cf6-4ec163038aae",
    "release_group_id": null,
    "labels": [
        "End of Time Records"
    ],
    "label_ids": [
        "19e9508e-fe63-470b-9419-9afceec4d83d"
    ],
    "release_date": "2013-01-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}