Information about plays

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

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

{
    "id": 377148,
    "uri": "https://api.kexp.org/v2/plays/377148/?format=api",
    "airdate": "2019-09-05T18:25:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Keep On Loving You",
    "track_id": null,
    "recording_id": null,
    "artist": "Cliff Bruner & His Texas Wanderers",
    "artist_ids": [
        "dfd49d85-6ac5-442e-a624-7605275a3b8e"
    ],
    "album": "Cliff Bruner & The Texas Wanderers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1939, with Moon Mullican on vocals and piano and Bob Dunn on electric steel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}