Information about plays

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

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

{
    "id": 3519921,
    "uri": "https://api.kexp.org/v2/plays/3519921/?format=api",
    "airdate": "2025-06-28T12:00:47-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://ia601808.us.archive.org/23/items/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831-6193633053_thumb500.jpg",
    "thumbnail_uri": "https://ia601808.us.archive.org/23/items/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831-6193633053_thumb250.jpg",
    "song": "Chains of Love",
    "track_id": "e5e91aab-850d-346a-8960-5804d2eae93d",
    "recording_id": "0fcde54e-8c7a-42d1-a29a-6221543fceb3",
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "Pop! The First 20 Hits",
    "release_id": "39a7cd62-7e9c-43e5-bb32-ae3f00441831",
    "release_group_id": "82e2ea4a-18ba-3276-a93d-b32daf66b3d8",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andy Bell of Erasure released a solo album this year! \n\nhttps://www.nytimes.com/2025/06/07/arts/music/andy-bell-erasure-favorites.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}