Information about plays

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

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

{
    "id": 352320,
    "uri": "https://api.kexp.org/v2/plays/352320/?format=api",
    "airdate": "2019-07-09T22:41:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Polar Opposites",
    "track_id": "38b93d5a-caaf-4ffa-b3a8-0119c2887207",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Lonesome Crowded West",
    "release_id": "02fdeb66-6f99-4b94-9bb1-cbf75e802233",
    "release_group_id": null,
    "labels": [
        "Glacial Pace"
    ],
    "label_ids": [
        "44de23ff-a745-4f5b-9c7a-74f35b5d308e"
    ],
    "release_date": "2004-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Isaac Brock, who turns 44 today",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}