Information about plays

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

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

{
    "id": 424285,
    "uri": "https://api.kexp.org/v2/plays/424285/?format=api",
    "airdate": "2001-05-14T09:36:40-07:00",
    "show": 7116,
    "show_uri": "https://api.kexp.org/v2/shows/7116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Then Slowly Turn",
    "track_id": "5501ebce-d698-4e7f-b66b-183b9a4a0e07",
    "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": [
        "Pacifco"
    ],
    "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"
}