Information about plays

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

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

{
    "id": 534499,
    "uri": "https://api.kexp.org/v2/plays/534499/?format=api",
    "airdate": "2002-04-04T07:02:26-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Waiting for the Man",
    "track_id": null,
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Selections From Peel Slowly and See",
    "release_id": "a4cd17a9-36ce-4de4-816b-2221228b69e3",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}