Information about plays

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

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

{
    "id": 499585,
    "uri": "https://api.kexp.org/v2/plays/499585/?format=api",
    "airdate": "2001-12-23T02:47:00-08:00",
    "show": 8575,
    "show_uri": "https://api.kexp.org/v2/shows/8575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Echo",
    "track_id": null,
    "recording_id": null,
    "artist": "Piet Van Meren",
    "artist_ids": [
        "aca8345e-b218-4d7c-97ca-40602f7540c0"
    ],
    "album": "VA/Cinemaphic: Soul Punch: A Selection of British Library Music 1970-1976",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Motel"
    ],
    "label_ids": [
        "b46f159a-b3bc-4a30-98db-736e3a2ad6b7"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}