Information about plays

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

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

{
    "id": 427963,
    "uri": "https://api.kexp.org/v2/plays/427963/?format=api",
    "airdate": "2001-05-25T11:20:00-07:00",
    "show": 7187,
    "show_uri": "https://api.kexp.org/v2/shows/7187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost Continent",
    "track_id": "9c13817f-e001-480f-9e7f-24556dde26fb",
    "recording_id": null,
    "artist": "Joel RL Phelps & the Downer Trio",
    "artist_ids": [
        "7abcc289-a769-42b7-825b-ce08ad628502"
    ],
    "album": "Blackbird",
    "release_id": "51c9257b-2bbb-4ca3-abe3-5e69360c8e4d",
    "release_group_id": null,
    "labels": [
        "Pacifico"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}