Information about plays

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

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

{
    "id": 520856,
    "uri": "https://api.kexp.org/v2/plays/520856/?format=api",
    "airdate": "2002-02-23T13:09:00-08:00",
    "show": 8989,
    "show_uri": "https://api.kexp.org/v2/shows/8989/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cutter",
    "track_id": "de8153cb-d67b-432d-95c3-6950f7a0a92d",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Never Stop - Live in Liverpool (disc 2)",
    "release_id": "35a81658-1450-467a-bfb9-4d864849948d",
    "release_group_id": null,
    "labels": [
        "spinART"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}