Information about plays

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

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

{
    "id": 1375821,
    "uri": "https://api.kexp.org/v2/plays/1375821/?format=api",
    "airdate": "2008-05-19T01:27:00-07:00",
    "show": 24015,
    "show_uri": "https://api.kexp.org/v2/shows/24015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After the Fact",
    "track_id": "0a5ee492-0781-4730-9f66-d2697030fd36",
    "recording_id": null,
    "artist": "Dapp Theory",
    "artist_ids": [
        "c82711d2-d038-42f8-bab2-525ae291bfd7"
    ],
    "album": "Layers of Chance",
    "release_id": "4825f6c1-c423-40f1-9814-dfa709c54728",
    "release_group_id": null,
    "labels": [
        "Down Sound"
    ],
    "label_ids": [],
    "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"
}