Information about plays

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

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

{
    "id": 1308854,
    "uri": "https://api.kexp.org/v2/plays/1308854/?format=api",
    "airdate": "2007-12-01T01:00:00-08:00",
    "show": 22892,
    "show_uri": "https://api.kexp.org/v2/shows/22892/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jazz Ordinaire",
    "track_id": "9f5b067e-fc22-4fa9-b349-3995d7e764a2",
    "recording_id": null,
    "artist": "The Most Serene Republic",
    "artist_ids": [
        "e7c2d42e-b045-41b6-a391-88f4ea545185"
    ],
    "album": "Phages",
    "release_id": "d3b2f77c-0ecd-4b96-859a-5a1d96a561aa",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}