Information about plays

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

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

{
    "id": 379664,
    "uri": "https://api.kexp.org/v2/plays/379664/?format=api",
    "airdate": "2019-09-11T19:26:14-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s a Hard Rain Gonna Fall",
    "track_id": "c0374f4a-9fdb-359e-af6f-9a4f8b7fadc3",
    "recording_id": null,
    "artist": "Leon Russell",
    "artist_ids": [
        "d4cc0ed5-0f76-4188-9e14-2a23ca12188a"
    ],
    "album": "Leon Russell and the Shelter People",
    "release_id": "b2596b95-2bc0-46cd-ab4c-7c2f67d5bda7",
    "release_group_id": null,
    "labels": [
        "Shelter Records"
    ],
    "label_ids": [
        "e003df8d-84ea-4c87-b9f5-879968b45c0e"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}