Information about plays

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

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

{
    "id": 3542879,
    "uri": "https://api.kexp.org/v2/plays/3542879/?format=api",
    "airdate": "2025-08-21T12:50:31-07:00",
    "show": 64347,
    "show_uri": "https://api.kexp.org/v2/shows/64347/?format=api",
    "image_uri": "https://coverartarchive.org/release/01e652b2-7213-41ec-b0f2-7a2c519e7786/39767977233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01e652b2-7213-41ec-b0f2-7a2c519e7786/39767977233-250.jpg",
    "song": "You Are My Sunshine",
    "track_id": null,
    "recording_id": "5d05bb51-a0b9-40aa-882a-c069d38692a9",
    "artist": "John Legend",
    "artist_ids": [
        "75a72702-a5ef-4513-bca5-c5b944903546"
    ],
    "album": "My Favorite Dream",
    "release_id": null,
    "release_group_id": "b8b72707-fe7f-4231-9081-cda4876d6705",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Nicolle (for her son):\n\nWhen my 8 day year old baby had to be admitted to the hospital for a blood-related condition, someone in music therapy came and played \"You Are My Sunshine.\" Since then, I discovered John Legend put out an album of children's music. I cherish this song even more especially since my son has recovered.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}