Information about plays

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

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

{
    "id": 486981,
    "uri": "https://api.kexp.org/v2/plays/486981/?format=api",
    "airdate": "2001-11-15T16:28:00-08:00",
    "show": 8329,
    "show_uri": "https://api.kexp.org/v2/shows/8329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shotgun",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wisdom of Harry",
    "artist_ids": [
        "13cd4b1a-9edb-4be1-8573-50747a8ae4ef"
    ],
    "album": "The Stars of Super 8",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}