Information about plays

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

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

{
    "id": 372724,
    "uri": "https://api.kexp.org/v2/plays/372724/?format=api",
    "airdate": "2019-08-26T23:49:15-07:00",
    "show": 6210,
    "show_uri": "https://api.kexp.org/v2/shows/6210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sun Kissed",
    "track_id": "ee39ca56-b139-4b04-b0d5-753a30fcf53c",
    "recording_id": null,
    "artist": "Bryony Jarman-Pinto",
    "artist_ids": [
        "49a4d0b3-6bc2-476d-af89-37856da250c3"
    ],
    "album": "Cage & Aviary",
    "release_id": "ee8cd5fe-c2a1-4398-9980-cf4825455e56",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}