Information about plays

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

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

{
    "id": 366216,
    "uri": "https://api.kexp.org/v2/plays/366216/?format=api",
    "airdate": "2019-08-12T02:52:16-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/45864bb4-f1a8-443d-a17f-1add9e23f36d/23634328073-250.jpg",
    "thumbnail_uri": "",
    "song": "Have Mercy",
    "track_id": "a4cb35c8-5d4e-4227-88f3-7a7214273e85",
    "recording_id": null,
    "artist": "YBN Cordae",
    "artist_ids": [
        "994a4bd6-584e-40c8-a8d7-5fdc3b6db8b2"
    ],
    "album": "The Lost Boy",
    "release_id": "45864bb4-f1a8-443d-a17f-1add9e23f36d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}