Information about plays

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

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

{
    "id": 380776,
    "uri": "https://api.kexp.org/v2/plays/380776/?format=api",
    "airdate": "2019-09-14T11:44:56-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gold Diver",
    "track_id": "905bb7fe-c9d3-3c1d-809c-a68cc5f9ba6a",
    "recording_id": null,
    "artist": "Prince Alla",
    "artist_ids": [],
    "album": "I Can Hear the Children Singing 1975-1978",
    "release_id": "6778372b-d926-41a0-b99d-7f3ee12bcde9",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}