Information about plays

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

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

{
    "id": 437905,
    "uri": "https://api.kexp.org/v2/plays/437905/?format=api",
    "airdate": "2001-06-23T22:08:34-07:00",
    "show": 7377,
    "show_uri": "https://api.kexp.org/v2/shows/7377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Agent Wood (original mix)",
    "track_id": "a7eb31db-1368-48d4-bd25-167d8b618cf0",
    "recording_id": null,
    "artist": "UK Gold",
    "artist_ids": [
        "dd6aede3-92ff-4845-9ecb-b248843d8abc"
    ],
    "album": "Agent Wood: Remixes (disc 1)",
    "release_id": "98a935c8-daf3-483a-927e-e64d507c567b",
    "release_group_id": null,
    "labels": [
        "Primevil"
    ],
    "label_ids": [
        "1ac48ac1-288e-4025-aed4-ee83a65d1ccf"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}