Information about plays

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

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

{
    "id": 3502059,
    "uri": "https://api.kexp.org/v2/plays/3502059/?format=api",
    "airdate": "2025-05-16T09:01:36-07:00",
    "show": 63473,
    "show_uri": "https://api.kexp.org/v2/shows/63473/?format=api",
    "image_uri": "https://ia801007.us.archive.org/29/items/mbid-db72ca05-c2de-4319-8303-bf461592b3ea/mbid-db72ca05-c2de-4319-8303-bf461592b3ea-19753021667_thumb500.jpg",
    "thumbnail_uri": "https://ia801007.us.archive.org/29/items/mbid-db72ca05-c2de-4319-8303-bf461592b3ea/mbid-db72ca05-c2de-4319-8303-bf461592b3ea-19753021667_thumb250.jpg",
    "song": "Get It On (Bang a Gong)",
    "track_id": "7ac27be3-f7d2-4fc1-a186-31c3d04afc88",
    "recording_id": "99408b2e-3806-4185-a0d5-79d3cf20d9a5",
    "artist": "The Power Station",
    "artist_ids": [
        "9b0534f9-8582-40b9-b34b-17aed3a638f0"
    ],
    "album": "The Power Station",
    "release_id": "c4f85ef9-3696-4f19-a8b1-8d4761ae9f24",
    "release_group_id": "27822996-2c20-3af3-b044-2d761f9f15f8",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band consisted of Robert Palmer (vocals), John Taylor (bass) and Andy Taylor (guitar) of Duran Duran and Tony Thompson of Chic (drums), This is their cover of the T. Rex classic.\n--\nThey performed \"Get It On\" for Live Aid in 1985: https://www.youtube.com/watch?v=XxLsqzEFneA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}