Information about plays

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

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

{
    "id": 2680246,
    "uri": "https://api.kexp.org/v2/plays/2680246/?format=api",
    "airdate": "2019-12-31T04:05:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Ain't Fair",
    "track_id": "a5c27da3-5b6d-4a58-9b81-690dafa17cf9",
    "recording_id": null,
    "artist": "Tomorrow's People",
    "artist_ids": [
        "2199ec49-3c76-4af8-88a6-70c66fc2f8a2"
    ],
    "album": "Open Soul",
    "release_id": "450ade1f-3b9c-4c3f-98e5-644208697a9f",
    "release_group_id": null,
    "labels": [
        "Stage Productions"
    ],
    "label_ids": [
        "79471322-929c-4cee-91cc-0a40a946506c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}