Information about plays

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

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

{
    "id": 2676648,
    "uri": "https://api.kexp.org/v2/plays/2676648/?format=api",
    "airdate": "2019-12-22T05:45:00-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Panglossian",
    "track_id": null,
    "recording_id": null,
    "artist": "Televangel",
    "artist_ids": [
        "2a74672d-8efc-4914-a352-cfcb218e8bdc"
    ],
    "album": "Emergency Heart",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fake Four Inc."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another release from the former 1/2 of Blue Sky Black Death https://televangel.bandcamp.com/album/emergency-heart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}