Information about plays

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

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

{
    "id": 1295507,
    "uri": "https://api.kexp.org/v2/plays/1295507/?format=api",
    "airdate": "2007-10-26T15:39:22-07:00",
    "show": 22661,
    "show_uri": "https://api.kexp.org/v2/shows/22661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Opal Rush",
    "track_id": "ec75ae9d-9da4-4f01-81b5-133d883e7fbc",
    "recording_id": null,
    "artist": "Capracara",
    "artist_ids": [
        "3834a77f-4cb1-4dea-a366-9533107e188a"
    ],
    "album": "Soul Jazz Records Singles 2006-2007 (disc 1)",
    "release_id": "7a90825a-1c94-4aef-9a17-a02ef8cf83f6",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2007-09-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}