Information about plays

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

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

{
    "id": 365452,
    "uri": "https://api.kexp.org/v2/plays/365452/?format=api",
    "airdate": "2019-08-10T03:46:37-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "http://coverartarchive.org/release/95306b28-a6d4-4cb3-9e63-0ee7db9b18ae/18211322095-250.jpg",
    "thumbnail_uri": "",
    "song": "Now",
    "track_id": "3183ded7-1545-4075-9619-c82805f4a6ca",
    "recording_id": null,
    "artist": "Miguel",
    "artist_ids": [
        "285e1285-aecc-478f-a8da-0c8cf69e1217"
    ],
    "album": "War & Leisure",
    "release_id": "95306b28-a6d4-4cb3-9e63-0ee7db9b18ae",
    "release_group_id": null,
    "labels": [
        "Bystorm Entertainment"
    ],
    "label_ids": [
        "ada7aa76-40fb-47dd-9d89-d17d726fbf3d"
    ],
    "release_date": "2017-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}