Information about plays

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

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

{
    "id": 2682657,
    "uri": "https://api.kexp.org/v2/plays/2682657/?format=api",
    "airdate": "2020-01-06T01:39:00-08:00",
    "show": 46304,
    "show_uri": "https://api.kexp.org/v2/shows/46304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Presence",
    "track_id": null,
    "recording_id": null,
    "artist": "Orrin Evans and the Captain Black Big Band",
    "artist_ids": [],
    "album": "Presence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Smoke Sessions Records"
    ],
    "label_ids": [
        "253d82c6-2cc9-48fd-9d95-2f452c31465e"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}