Information about plays

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

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

{
    "id": 498155,
    "uri": "https://api.kexp.org/v2/plays/498155/?format=api",
    "airdate": "2001-12-18T19:43:00-08:00",
    "show": 8549,
    "show_uri": "https://api.kexp.org/v2/shows/8549/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lament of McCrimmon / Song of the Banshee",
    "track_id": "0ed31892-7175-4199-b2ee-57bfd3903c5c",
    "recording_id": null,
    "artist": "Sheila Chandra",
    "artist_ids": [
        "115bdd7a-8a62-4564-9368-251879248e47"
    ],
    "album": "Silk",
    "release_id": "70c2a22f-3e41-48ec-a9e6-df92098862f6",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}