Information about plays

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

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

{
    "id": 357045,
    "uri": "https://api.kexp.org/v2/plays/357045/?format=api",
    "airdate": "2019-07-20T23:13:00-07:00",
    "show": 5950,
    "show_uri": "https://api.kexp.org/v2/shows/5950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Libel",
    "track_id": "66c1158a-abc6-33ec-97ee-580be2a8bf1e",
    "recording_id": null,
    "artist": "Tilt",
    "artist_ids": [
        "70efb33d-37bb-47ea-8500-4f676848db8b"
    ],
    "album": "'Til It Kills",
    "release_id": "e40c2df7-ebe2-3ca8-8617-ddd3f9941e58",
    "release_group_id": null,
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "1995-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}