Information about plays

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

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

{
    "id": 482726,
    "uri": "https://api.kexp.org/v2/plays/482726/?format=api",
    "airdate": "2001-11-02T05:16:21-08:00",
    "show": 8241,
    "show_uri": "https://api.kexp.org/v2/shows/8241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miserable Lie",
    "track_id": "f0c4e3ca-0077-43a6-aab2-9b1eee78b971",
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "The Complete John Peel Sessions",
    "release_id": "5a343ac4-ce86-401b-961c-6be29551335b",
    "release_group_id": null,
    "labels": [
        "BBC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}