Information about plays

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

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

{
    "id": 357251,
    "uri": "https://api.kexp.org/v2/plays/357251/?format=api",
    "airdate": "2019-07-21T11:55:00-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want to Take You Higher",
    "track_id": "c7291c3c-c071-44cf-9368-0517e75b6b23",
    "recording_id": null,
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Stand!",
    "release_id": "c5787389-262d-422b-90c3-249e0cd4dc94",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}