Information about plays

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

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

{
    "id": 3630667,
    "uri": "https://api.kexp.org/v2/plays/3630667/?format=api",
    "airdate": "2026-03-18T15:24:32-07:00",
    "show": 66215,
    "show_uri": "https://api.kexp.org/v2/shows/66215/?format=api",
    "image_uri": "https://coverartarchive.org/release/08b7d1e7-5c27-4591-918e-e8525d1fc2d7/39305073347-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08b7d1e7-5c27-4591-918e-e8525d1fc2d7/39305073347-250.jpg",
    "song": "Afro Blue",
    "track_id": null,
    "recording_id": "971aaf71-ea8e-4ef5-93dc-fe7af701f9e0",
    "artist": "Robert Glasper Experiment feat. Erykah Badu",
    "artist_ids": [
        "0ec3c9dc-45e7-4bc1-9813-a866acaae772",
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Black Radio",
    "release_id": null,
    "release_group_id": "dc7a73e4-b92a-4000-8ae5-d87492dfcbb1",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2012-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1959, lyrics were added by songwriter Oscar Brown to Mongo Santamaria's \"Afro Blue.\"\n--\n\nErykah Badu joined Robert Glasper Experiment to perform \"Afro Blue\" Live at Empire Control Room in Austin, TX for their SXSW Showcase: https://www.youtube.com/watch?v=L1LitDuONKg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}