Information about plays

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

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

{
    "id": 2677980,
    "uri": "https://api.kexp.org/v2/plays/2677980/?format=api",
    "airdate": "2019-12-25T14:34:31-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas (Love It or Leave It)",
    "track_id": "c63facbb-1953-39ab-af3a-d84fd4b82b94",
    "recording_id": null,
    "artist": "Erin McKeown",
    "artist_ids": [
        "3f55dbb0-8ba0-4eda-b4dd-5a9169c5d29c"
    ],
    "album": "F*ck That! Anti-Holiday Album",
    "release_id": "d9a85bc1-b4e6-4c83-9df2-33176e3f6bf7",
    "release_group_id": null,
    "labels": [
        "TVP Records"
    ],
    "label_ids": [
        "0034d437-d5e4-4705-9a3b-45175bc56d05"
    ],
    "release_date": "2011-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}