Information about plays

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

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

{
    "id": 1302483,
    "uri": "https://api.kexp.org/v2/plays/1302483/?format=api",
    "airdate": "2007-11-14T20:57:45-08:00",
    "show": 22786,
    "show_uri": "https://api.kexp.org/v2/shows/22786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sin City",
    "track_id": null,
    "recording_id": null,
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "Gram Parsons Archives Vol. 1: Live At The Avalon Ballroom April 4th, 1969[Disc 1]",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Amoeba Records"
    ],
    "label_ids": [
        "bfa7ac11-2002-490b-b7e0-c4af561d8a01"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}