Information about plays

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

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

{
    "id": 459186,
    "uri": "https://api.kexp.org/v2/plays/459186/?format=api",
    "airdate": "2001-08-24T18:16:40-07:00",
    "show": 7784,
    "show_uri": "https://api.kexp.org/v2/shows/7784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool disk jockey",
    "track_id": null,
    "recording_id": null,
    "artist": "Boyd Bennett",
    "artist_ids": [
        "838876ce-cbc5-43f7-88b0-5e20e1a97358"
    ],
    "album": "Tennessee Rock 'n' Roll",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "King Master Series"
    ],
    "label_ids": [],
    "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"
}