Information about plays

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

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

{
    "id": 2678019,
    "uri": "https://api.kexp.org/v2/plays/2678019/?format=api",
    "airdate": "2019-12-25T16:17:00-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold Chillin' Christmas",
    "track_id": "db2d7385-8b2f-3e54-a0ee-65a02ca2391e",
    "recording_id": null,
    "artist": "Juice Crew",
    "artist_ids": [],
    "album": "Winter Warnerland",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warners"
    ],
    "label_ids": [
        "79f3c6df-a546-4f6c-84d2-3776e1d2702b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}