Information about plays

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

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

{
    "id": 1309541,
    "uri": "https://api.kexp.org/v2/plays/1309541/?format=api",
    "airdate": "2007-12-02T21:50:00-08:00",
    "show": 22907,
    "show_uri": "https://api.kexp.org/v2/shows/22907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On and On",
    "track_id": "cc7e68df-36b1-4afa-9160-30107aa33cd3",
    "recording_id": null,
    "artist": "Still Going",
    "artist_ids": [
        "09e30ad3-57f6-49f1-8181-daa88d31c100"
    ],
    "album": "Still Going Theme",
    "release_id": "d026f52f-4078-4669-81e1-73bd041eee86",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}