Information about plays

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

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

{
    "id": 532600,
    "uri": "https://api.kexp.org/v2/plays/532600/?format=api",
    "airdate": "2002-03-29T17:16:36-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The After Piss",
    "track_id": "d751fb31-df39-45e8-b87b-a5095b03a1e5",
    "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"
}