Information about plays

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

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

{
    "id": 530223,
    "uri": "https://api.kexp.org/v2/plays/530223/?format=api",
    "airdate": "2002-03-23T03:42:18-08:00",
    "show": 9175,
    "show_uri": "https://api.kexp.org/v2/shows/9175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "22 Going on 23",
    "track_id": "4aab6f17-0b82-45da-a2e0-d0b57ea1b354",
    "recording_id": null,
    "artist": "Butthole Surfers",
    "artist_ids": [
        "2339bc21-aa92-4850-86f0-4bb9433910c8"
    ],
    "album": "Double Live (disc 2)",
    "release_id": "420e49f3-e5cf-4147-8d45-f651ef457445",
    "release_group_id": null,
    "labels": [
        "Latino Bugger Veil"
    ],
    "label_ids": [
        "6264eb63-c9d2-41dc-a9f7-8b4d65042572"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}