Information about plays

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

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

{
    "id": 1275540,
    "uri": "https://api.kexp.org/v2/plays/1275540/?format=api",
    "airdate": "2007-09-05T09:09:50-07:00",
    "show": 22325,
    "show_uri": "https://api.kexp.org/v2/shows/22325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Making Plans for Nigel",
    "track_id": "ac97bfdb-503c-4748-b8c7-9457fc71112b",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Making Plans for Nigel",
    "release_id": "01227997-eede-48c4-a1e6-0577c449fbcb",
    "release_group_id": null,
    "labels": [
        "W.B."
    ],
    "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"
}