Information about plays

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

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

{
    "id": 532121,
    "uri": "https://api.kexp.org/v2/plays/532121/?format=api",
    "airdate": "2002-03-28T09:28:33-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Killing Moon",
    "track_id": "bd52879d-4c49-40fe-bf3e-5bc6df573222",
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}