Information about plays

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

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

{
    "id": 365840,
    "uri": "https://api.kexp.org/v2/plays/365840/?format=api",
    "airdate": "2019-08-11T04:07:10-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "http://coverartarchive.org/release/aa18d9d3-0db5-4da6-a3ff-45f705b6b852/23170893684-250.jpg",
    "thumbnail_uri": "",
    "song": "Claustro",
    "track_id": "0f2d3f85-f256-4890-8c46-14e0abdbd003",
    "recording_id": null,
    "artist": "Burial",
    "artist_ids": [
        "9ddce51c-2b75-4b3e-ac8c-1db09e7c89c6"
    ],
    "album": "Claustro / State Forest",
    "release_id": "aa18d9d3-0db5-4da6-a3ff-45f705b6b852",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elusive UK artist Burial is out with new tracks, the first since 2017.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}