Information about plays

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

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

{
    "id": 1195753,
    "uri": "https://api.kexp.org/v2/plays/1195753/?format=api",
    "airdate": "2007-02-11T21:13:50-08:00",
    "show": 20962,
    "show_uri": "https://api.kexp.org/v2/shows/20962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quixote",
    "track_id": "525656cd-31d9-4f7e-a546-1d6b70f36c8b",
    "recording_id": null,
    "artist": "Hulk",
    "artist_ids": [
        "efa9c231-a407-410e-91a2-68b621e261eb"
    ],
    "album": "Silver Thread of Ghosts",
    "release_id": "5b0caf26-8b80-4701-b94c-72d89b8430df",
    "release_group_id": null,
    "labels": [
        "Osaka Recordings"
    ],
    "label_ids": [
        "d9f4cad3-196b-45fe-a9cf-e7f8ac6fc62d"
    ],
    "release_date": "2005-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}