Information about plays

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

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

{
    "id": 432867,
    "uri": "https://api.kexp.org/v2/plays/432867/?format=api",
    "airdate": "2001-06-09T04:24:00-07:00",
    "show": 7280,
    "show_uri": "https://api.kexp.org/v2/shows/7280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Creeper",
    "track_id": "4ba18d8e-f0f5-4503-abd9-57072b55d115",
    "recording_id": null,
    "artist": "The Bomboras",
    "artist_ids": [
        "b5075e8a-aa3f-4b38-9b18-9fa0b7f4e469"
    ],
    "album": "It Came From Pier 13!: The Hit Soundtrack",
    "release_id": "d900de0e-4acd-4e3a-a8e7-38a0ce496ebc",
    "release_group_id": null,
    "labels": [
        "Dionysus Records"
    ],
    "label_ids": [
        "05dbef47-8ad6-4961-b111-3d7e5cba2981"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}