Information about plays

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

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

{
    "id": 356327,
    "uri": "https://api.kexp.org/v2/plays/356327/?format=api",
    "airdate": "2019-07-19T04:47:34-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8fe5a31-c814-4adf-9a0a-6de84e338694/23204718099-250.jpg",
    "thumbnail_uri": "",
    "song": "Celebrate the Void",
    "track_id": "19ac469c-365e-4e27-b521-aac6e5275d70",
    "recording_id": null,
    "artist": "Sebadoh",
    "artist_ids": [
        "d98c8149-0c01-4151-93e1-48fdc3d5027f"
    ],
    "album": "Act Surprised",
    "release_id": "e8fe5a31-c814-4adf-9a0a-6de84e338694",
    "release_group_id": null,
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}