Information about plays

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

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

{
    "id": 2676788,
    "uri": "https://api.kexp.org/v2/plays/2676788/?format=api",
    "airdate": "2019-12-22T13:48:00-08:00",
    "show": 46203,
    "show_uri": "https://api.kexp.org/v2/shows/46203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Spirit of '75",
    "track_id": "cc65bb89-2852-3dc0-a75a-3f19fd0cd7b9",
    "recording_id": null,
    "artist": "Fort Knox Five",
    "artist_ids": [
        "479e4e02-6e12-438b-8088-caabb69c489e"
    ],
    "album": "Radio Free DC",
    "release_id": "c25813f9-9454-4ab1-9bae-a687f008ec74",
    "release_group_id": null,
    "labels": [
        "Fort Knox Recordings"
    ],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sid Barcelona, Jon Horvath, Rob Myers and Steve Raskin are the masterminds behind the Fort Knox Five. From Washington DC. https://www.fortknoxfive.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}