Information about plays

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

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

{
    "id": 3421262,
    "uri": "https://api.kexp.org/v2/plays/3421262/?format=api",
    "airdate": "2024-11-04T09:09:00-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca034432-a3a4-4ae6-a82a-707d2589c999/21230818589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca034432-a3a4-4ae6-a82a-707d2589c999/21230818589-250.jpg",
    "song": "Out of Hand (extended version)",
    "track_id": null,
    "recording_id": "70193d8e-566a-4f75-ad10-cadf39242f95",
    "artist": "The Mighty Lemon Drops",
    "artist_ids": [
        "1461ef67-5312-4dc1-843e-711bf912217e"
    ],
    "album": "Just Say Yes…",
    "release_id": null,
    "release_group_id": "ef014c87-c29a-376d-b7bf-6e3bf57dfac0",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1987, Sire released the compilation Just Say Yes... Sire's Winter CD Music Sampler featuring rarities and remixes of favorites from Depeche Mode, Echo & The Bunnymen, The Mighty Lemon Drops, James, The Smiths and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}