Information about plays

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

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

{
    "id": 424765,
    "uri": "https://api.kexp.org/v2/plays/424765/?format=api",
    "airdate": "2001-05-15T18:45:00-07:00",
    "show": 7125,
    "show_uri": "https://api.kexp.org/v2/shows/7125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quiet 8",
    "track_id": "81896df5-775d-4c87-91d9-11c64d2f13cc",
    "recording_id": null,
    "artist": "Sheila Chandra",
    "artist_ids": [
        "115bdd7a-8a62-4564-9368-251879248e47"
    ],
    "album": "Planet Chant",
    "release_id": "9a90c478-782a-40ad-a56d-b70763e41885",
    "release_group_id": null,
    "labels": [
        "Triloka"
    ],
    "label_ids": [
        "b872cbf7-d101-45d9-982b-1405cc5cbb2f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}