Information about plays

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

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

{
    "id": 1355442,
    "uri": "https://api.kexp.org/v2/plays/1355442/?format=api",
    "airdate": "2008-03-28T18:34:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unreachable",
    "track_id": "b8bad323-5095-47d8-9aa5-277961b6f545",
    "recording_id": null,
    "artist": "Husky & The Sandmen",
    "artist_ids": [
        "17640e2f-d419-4558-a869-aacd47397b1f"
    ],
    "album": "Smells Like Surf Spirit",
    "release_id": "e5284967-30e8-4547-a742-b19c8d590d37",
    "release_group_id": null,
    "labels": [
        "Gee-Dee Music"
    ],
    "label_ids": [
        "dbbc5d50-5577-4b00-a829-68b9afda8237"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}