Information about plays

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

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

{
    "id": 473311,
    "uri": "https://api.kexp.org/v2/plays/473311/?format=api",
    "airdate": "2001-10-05T18:12:37-07:00",
    "show": 8062,
    "show_uri": "https://api.kexp.org/v2/shows/8062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake rattle and roll",
    "track_id": null,
    "recording_id": null,
    "artist": "Glen Glenn",
    "artist_ids": [
        "938b7918-1f3b-49a8-9052-3ce71736d0c4"
    ],
    "album": "The Glen Glenn Story",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ace"
    ],
    "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"
}