Information about plays

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

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

{
    "id": 461966,
    "uri": "https://api.kexp.org/v2/plays/461966/?format=api",
    "airdate": "2001-09-02T00:18:27-07:00",
    "show": 7843,
    "show_uri": "https://api.kexp.org/v2/shows/7843/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guilty",
    "track_id": "ceaf3388-6861-4cc5-b6a2-3b16ed4f6eb1",
    "recording_id": null,
    "artist": "Skinny Puppy",
    "artist_ids": [
        "5a24bc1a-c093-4a82-84ed-8d7f2da0570d"
    ],
    "album": "Brap: Back and Forth, Series Three",
    "release_id": "fffc6247-b897-4a50-8f4e-17b7b0bebc43",
    "release_group_id": null,
    "labels": [
        "Netwerk"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}