Information about plays

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

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

{
    "id": 532426,
    "uri": "https://api.kexp.org/v2/plays/532426/?format=api",
    "airdate": "2002-03-29T04:14:07-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vai Viver Featuring Tania Maria / Truant's Little Witch Pass",
    "track_id": null,
    "recording_id": null,
    "artist": "Rae & Christian",
    "artist_ids": [
        "3f41479a-8486-4c70-a338-be75e10b6efc"
    ],
    "album": "Nocturnal Activity: Sleepwalking Remixed",
    "release_id": "50aa973b-9b21-4ef1-a612-a40db01836bd",
    "release_group_id": null,
    "labels": [
        "K7!"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}