Information about plays

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

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

{
    "id": 3546414,
    "uri": "https://api.kexp.org/v2/plays/3546414/?format=api",
    "airdate": "2025-08-29T18:52:44-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia803202.us.archive.org/0/items/mbid-9b68d302-2f85-4a9e-a40a-69c8d0df1433/mbid-9b68d302-2f85-4a9e-a40a-69c8d0df1433-40478390521_thumb500.jpg",
    "thumbnail_uri": "https://ia803202.us.archive.org/0/items/mbid-9b68d302-2f85-4a9e-a40a-69c8d0df1433/mbid-9b68d302-2f85-4a9e-a40a-69c8d0df1433-40478390521_thumb250.jpg",
    "song": "heart pt. 6",
    "track_id": "f19d2f53-2e0c-4707-813f-e7948124d60c",
    "recording_id": "4c2fca76-8f09-44e8-b1af-6c24b5001304",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "GNX",
    "release_id": "9b68d302-2f85-4a9e-a40a-69c8d0df1433",
    "release_group_id": "32cb822c-a14e-49ce-a169-f209c5f31e0f",
    "labels": [
        "Interscope Records",
        "pgLang"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2",
        "df31a9a8-4583-4a49-a4f7-9a3cee1c45eb"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the sixth installment in Kendrick Lamar’s ongoing ‘The Heart’ series. A staple of his career, each entry finds Kendrick waxing poetic about the state of his life at the time of its recording; usually in the lead-up to an album release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}