Information about plays

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

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

{
    "id": 366222,
    "uri": "https://api.kexp.org/v2/plays/366222/?format=api",
    "airdate": "2019-08-12T03:11:44-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/0dbf4ed3-0efc-44a1-b631-2af310042885/13192916186-250.jpg",
    "thumbnail_uri": "",
    "song": "Sure as Spring",
    "track_id": "ae9c5414-5995-41ac-bd29-16c85f96d26c",
    "recording_id": null,
    "artist": "La Luz",
    "artist_ids": [
        "9b5ae4cc-15ae-4f0b-8a4e-8c44e42ba52a"
    ],
    "album": "It's Alive",
    "release_id": "0dbf4ed3-0efc-44a1-b631-2af310042885",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}