Information about plays

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

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

{
    "id": 357447,
    "uri": "https://api.kexp.org/v2/plays/357447/?format=api",
    "airdate": "2019-07-22T01:05:00-07:00",
    "show": 5959,
    "show_uri": "https://api.kexp.org/v2/shows/5959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manenberg Revisited",
    "track_id": "a199bcd8-9398-353e-9e4a-a48a2b6fc05a",
    "recording_id": null,
    "artist": "Abdullah Ibrahim",
    "artist_ids": [
        "fd64e185-9973-44d5-ad09-5d5562804292"
    ],
    "album": "Water From an Ancient Well",
    "release_id": "510c7bf2-e872-42a3-b383-49d6627eef64",
    "release_group_id": null,
    "labels": [
        "Blackhawk Records"
    ],
    "label_ids": [
        "58c45464-5137-4265-86b8-8893f787c121"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}