Information about plays

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

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

{
    "id": 3519979,
    "uri": "https://api.kexp.org/v2/plays/3519979/?format=api",
    "airdate": "2025-06-28T15:10:21-07:00",
    "show": 63862,
    "show_uri": "https://api.kexp.org/v2/shows/63862/?format=api",
    "image_uri": "https://coverartarchive.org/release/d96af5a5-3f1a-48bd-9cef-24952f1e79ed/35898260256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d96af5a5-3f1a-48bd-9cef-24952f1e79ed/35898260256-250.jpg",
    "song": "Lipstick Lover",
    "track_id": null,
    "recording_id": "cc1747b4-5900-43f8-93be-711ab3fdfbac",
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The Age of Pleasure",
    "release_id": null,
    "release_group_id": "b002f5a0-5687-41b5-9042-e455489ca041",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janelle Monáe’s fourth studio album, ‘The Age of Pleasure,’ was released on June 9, 2023, after a five-year hiatus since her previous album, ‘Dirty Computer.’\n\nThe album received positive reviews from critics, who praised its joyful mood and Afrobeat and reggae inspired sounds, though it was criticized by some as inferior to Monáe’s previous records.\n\nAt the 66th Annual Grammy Awards, the album received nominations for Album of the Year and Best Progressive R&B Album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}