Information about plays

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

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

{
    "id": 379831,
    "uri": "https://api.kexp.org/v2/plays/379831/?format=api",
    "airdate": "2019-09-12T04:11:09-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "http://coverartarchive.org/release/20e84077-a3e0-44ed-881c-2f8851ce91c1/23971972451-250.jpg",
    "thumbnail_uri": "",
    "song": "Lullaby",
    "track_id": "4079d943-0baf-49c6-b051-c4467d22ce78",
    "recording_id": null,
    "artist": "Parsnip",
    "artist_ids": [
        "ea043b93-536e-4809-a198-aa3f397a8bc1"
    ],
    "album": "When the Tree Bears Fruit",
    "release_id": "20e84077-a3e0-44ed-881c-2f8851ce91c1",
    "release_group_id": null,
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buoyant indie pop from Melbourne, AU four piece Parsnip! - https://parsniphq.bandcamp.com/album/when-the-tree-bears-fruit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}