Information about plays

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

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

{
    "id": 444767,
    "uri": "https://api.kexp.org/v2/plays/444767/?format=api",
    "airdate": "2001-07-13T14:35:17-07:00",
    "show": 7506,
    "show_uri": "https://api.kexp.org/v2/shows/7506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "G.T. Road",
    "track_id": "68d67b42-da04-43f0-b7d6-af39c04b4cc0",
    "recording_id": null,
    "artist": "Clinton",
    "artist_ids": [
        "89ac338b-98a4-4e8c-815c-f3c987c9ee96"
    ],
    "album": "Disco and the Halfway to Discontent",
    "release_id": "70417529-263a-4f01-aca6-d0e6c2fabdb6",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "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"
}