Information about plays

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

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

{
    "id": 3500500,
    "uri": "https://api.kexp.org/v2/plays/3500500/?format=api",
    "airdate": "2025-05-12T17:40:07-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/2438c98f-3f27-4e82-9dc3-1704786a41f1/9132732898-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2438c98f-3f27-4e82-9dc3-1704786a41f1/9132732898-250.jpg",
    "song": "U.N.I.T.Y.",
    "track_id": null,
    "recording_id": "432a5cf4-b127-453f-9d44-bbce7464f0c2",
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "U.N.I.T.Y.",
    "release_id": null,
    "release_group_id": "7097e108-870b-40f2-b0bc-775b2afe56b9",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queen Latifah said in 2015: “I was never the kind of person that was gonna take something lying down. … I was raised to protect myself and stand up for myself and speak my mind and be true, even if I had to stand alone.” \n\nShe won the Grammy Award for Best Rap Solo Performance and later performed this song at the 2014 Nobel Peace Prize concert. \n\nHere's Queen Latifah at that Nobel Peace Prize concert: https://youtu.be/twv4PP4QSPM \"U.N.I.T.Y.\" video: https://youtu.be/f8cHxydDb7o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}