Information about plays

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

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

{
    "id": 377192,
    "uri": "https://api.kexp.org/v2/plays/377192/?format=api",
    "airdate": "2019-09-05T20:37:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Velvet",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Cauthen",
    "artist_ids": [
        "a8874f32-9068-476f-ba45-2681e17c53de"
    ],
    "album": "Room 41",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lightning Rod"
    ],
    "label_ids": [
        "a9876aae-12dd-4d51-9b32-0bd5a5e0b04f"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wed. Oct. 9th at the Columbia City Theater",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}