Information about plays

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

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

{
    "id": 3437370,
    "uri": "https://api.kexp.org/v2/plays/3437370/?format=api",
    "airdate": "2024-12-13T01:02:46-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://coverartarchive.org/release/da2b9866-b3f6-4f6f-885c-f131bb11bd70/32434192065-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da2b9866-b3f6-4f6f-885c-f131bb11bd70/32434192065-250.jpg",
    "song": "If I Ever Lose This Heaven",
    "track_id": null,
    "recording_id": "08c95b0b-a1ec-4ca1-9755-9c80e7f479e1",
    "artist": "Quincy Jones feat. Minnie Riperton, Leon Ware & Al Jarreau",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630",
        "e842abf7-8a63-4602-8879-75958c2884a1",
        "9b1f8808-6bdd-4d36-b619-ec5c7e6d0d7d",
        "3e54ba8b-f4cc-4192-9813-890d570e2b7a"
    ],
    "album": "I Heard That!!",
    "release_id": null,
    "release_group_id": "184f7d9b-90b4-3d93-92a5-2fc4cedd9265",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}