Information about plays

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

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

{
    "id": 532972,
    "uri": "https://api.kexp.org/v2/plays/532972/?format=api",
    "airdate": "2002-03-30T18:03:59-08:00",
    "show": 9229,
    "show_uri": "https://api.kexp.org/v2/shows/9229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tighty Whitey",
    "track_id": "cc3f37d7-7dec-4ac3-8d6a-8c07a0d83f0d",
    "recording_id": null,
    "artist": "Pris",
    "artist_ids": [
        "ed9a90d2-f4bc-410b-a016-19e0764621e2"
    ],
    "album": "This Should Help Reduce the Swelling",
    "release_id": "1241cbbc-4e69-4f11-82be-e0ca2d7e7364",
    "release_group_id": null,
    "labels": [
        "Bonkytunes"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}