Information about plays

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

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

{
    "id": 1233507,
    "uri": "https://api.kexp.org/v2/plays/1233507/?format=api",
    "airdate": "2007-05-20T15:46:06-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You Sure Hank Done It This Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Nashville Rebel (disc 2: 1970-1974)",
    "release_id": "426ad212-aafb-4d3e-a1f9-a86bdeff2674",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}