Information about plays

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

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

{
    "id": 532124,
    "uri": "https://api.kexp.org/v2/plays/532124/?format=api",
    "airdate": "2002-03-28T09:42:07-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Declaration of Independence",
    "track_id": "b5b2d05e-33f9-4576-9378-7ff9959b3228",
    "recording_id": null,
    "artist": "Stan Freberg",
    "artist_ids": [
        "04190e55-fc9d-4552-843c-0a2610a0ced8"
    ],
    "album": "Tip of the Freberg: The Stan Freberg Collection 1951-1998 (disc 3)",
    "release_id": "95971aaa-500f-40a6-842a-5a4e72dc4c3a",
    "release_group_id": null,
    "labels": [
        "Teen Beat"
    ],
    "label_ids": [
        "8aff03f2-cb2c-4b64-a2d5-7e63f53319ad"
    ],
    "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"
}