Information about plays

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

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

{
    "id": 440531,
    "uri": "https://api.kexp.org/v2/plays/440531/?format=api",
    "airdate": "2001-07-01T18:08:34-07:00",
    "show": 7431,
    "show_uri": "https://api.kexp.org/v2/shows/7431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Father Time",
    "track_id": "41239ecd-8920-4a37-b7c2-f22940a6f082",
    "recording_id": null,
    "artist": "Saukrates",
    "artist_ids": [
        "0cdfc946-45f2-4819-bfc9-985c83611555"
    ],
    "album": "Fat Beats \"Compilation\", Volume 1",
    "release_id": "ece6e4d1-4647-4506-b2a1-3c2dca162276",
    "release_group_id": null,
    "labels": [
        "White Label"
    ],
    "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"
}