Information about plays

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

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

{
    "id": 3414939,
    "uri": "https://api.kexp.org/v2/plays/3414939/?format=api",
    "airdate": "2024-10-20T03:26:09-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eastern Cold",
    "track_id": "b815c3ef-ff3a-4484-a27c-6cc23e355215",
    "recording_id": "8a7a3f12-0a4a-475c-969b-b0944c18274c",
    "artist": "Thavoron",
    "artist_ids": [
        "f2a5d16d-8b1b-4a4c-bd9a-5f70d60add53"
    ],
    "album": "Thavoron",
    "release_id": "0a1a88fe-d570-4023-b1cd-9baf353310e0",
    "release_group_id": "8e7b3606-7713-4444-abed-6ffe8712bfdf",
    "labels": [
        "Trailing Twelve"
    ],
    "label_ids": [
        "b87e5783-50af-4a07-a115-39aa35dbb05f"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}