Information about plays

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

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

{
    "id": 1388637,
    "uri": "https://api.kexp.org/v2/plays/1388637/?format=api",
    "airdate": "2008-06-22T09:54:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Is the Night, Part 1",
    "track_id": "74e5f8ca-d07e-43d4-b73c-948fc2c40e03",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "The Vintage Years (disc 3)",
    "release_id": "c69f18e2-1c07-4249-a001-5dda81fc267d",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "2002-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}