Information about plays

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

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

{
    "id": 2682660,
    "uri": "https://api.kexp.org/v2/plays/2682660/?format=api",
    "airdate": "2020-01-06T01:46:44-08:00",
    "show": 46304,
    "show_uri": "https://api.kexp.org/v2/shows/46304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightlife Ain't No Good Life",
    "track_id": "a00c6c39-0a10-37d6-9319-07eb15b88957",
    "recording_id": null,
    "artist": "Ernestine Anderson",
    "artist_ids": [],
    "album": "Love Makes the Changes",
    "release_id": "4dc0fa56-0f14-4186-9e49-296c5d080e81",
    "release_group_id": null,
    "labels": [
        "HighNote Records"
    ],
    "label_ids": [
        "2d60b096-aeff-4893-af9b-9b2b702b02a2"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}