Information about plays

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

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

{
    "id": 1264785,
    "uri": "https://api.kexp.org/v2/plays/1264785/?format=api",
    "airdate": "2007-08-09T05:40:08-07:00",
    "show": 22145,
    "show_uri": "https://api.kexp.org/v2/shows/22145/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is It Funky Enough?",
    "track_id": "60247cfa-1abc-42d4-8671-55bfa4e0402d",
    "recording_id": null,
    "artist": "Communicators & Black Experiences Band",
    "artist_ids": [
        "d6cbb1d9-9666-4dc8-942a-34ce4a9a1d02"
    ],
    "album": "The Best of Charly Groove (disc 1)",
    "release_id": "aa41e603-d3cf-4a38-9409-fa9d2edf6855",
    "release_group_id": null,
    "labels": [
        "Duplex Records"
    ],
    "label_ids": [
        "ddff11a4-65d5-4c22-82b3-c7dcb60a8399"
    ],
    "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"
}