Information about plays

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

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

{
    "id": 452538,
    "uri": "https://api.kexp.org/v2/plays/452538/?format=api",
    "airdate": "2001-08-05T20:16:40-07:00",
    "show": 7657,
    "show_uri": "https://api.kexp.org/v2/shows/7657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Membrane (Digital & Spirit remix)",
    "track_id": "debdd376-a97f-4204-a565-a3df426c4c40",
    "recording_id": null,
    "artist": "A-Sides",
    "artist_ids": [
        "b6763700-c159-4832-8a28-62e6fd0199e4"
    ],
    "album": "Bedlam",
    "release_id": "ba153dee-955b-438b-a726-e2df54d0a671",
    "release_group_id": null,
    "labels": [
        "Eastside"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}