Information about plays

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

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

{
    "id": 3596122,
    "uri": "https://api.kexp.org/v2/plays/3596122/?format=api",
    "airdate": "2025-12-26T04:40:32-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "https://coverartarchive.org/release/144061b2-58a9-499c-a248-98a3fece411e/19060146809-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/144061b2-58a9-499c-a248-98a3fece411e/19060146809-250.jpg",
    "song": "All Night Long",
    "track_id": null,
    "recording_id": "4399d2fa-8bb2-46ca-b6aa-efd65ec6010e",
    "artist": "Mary Jane Girls",
    "artist_ids": [
        "28038c9c-5385-4c65-98a8-7c2bed83c133"
    ],
    "album": "Mary Jane Girls",
    "release_id": null,
    "release_group_id": "20a40366-3415-3674-b620-9dae1523b448",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1983-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rick James produced this 1983 song by Mary Jane Girls.  It's been sampled more than 150 times, including Groove Theory, Erick Sermon, and LL Cool J.\n\nMary Jane Girls were created by Rick James and were very much a product of his vivid imagination. The group's name was coined in the late 1970's, when James hired them as background singers for his Stone City Band. The Mary Jane Girls (whose name underscored James' fondness for marijuana) soon became an actual group, and in the early 1980's, were signed to Motown Records (the R & B powerhouse for which James and his protege Teena Marie had been recording).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}