Information about plays

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

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

{
    "id": 476111,
    "uri": "https://api.kexp.org/v2/plays/476111/?format=api",
    "airdate": "2001-10-13T22:13:50-07:00",
    "show": 8115,
    "show_uri": "https://api.kexp.org/v2/shows/8115/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Schwanitz",
    "track_id": "c91f5b5f-45d9-4cea-8ed4-244aceef7c1a",
    "recording_id": null,
    "artist": "Tiefschwarz",
    "artist_ids": [
        "6b21d6fd-4cec-479e-a1d4-a71b0f7ed6d4"
    ],
    "album": "Tiefschwarz - The Classic Music Company presents Tiefschwarz",
    "release_id": "b89838ff-1a92-4faa-b8fc-ea054c2c9474",
    "release_group_id": null,
    "labels": [
        "Classic"
    ],
    "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"
}