Information about plays

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

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

{
    "id": 3571104,
    "uri": "https://api.kexp.org/v2/plays/3571104/?format=api",
    "airdate": "2025-10-28T18:04:57-07:00",
    "show": 64959,
    "show_uri": "https://api.kexp.org/v2/shows/64959/?format=api",
    "image_uri": "https://ia800506.us.archive.org/28/items/mbid-ec0a068e-3924-4744-9178-314a6b5c77e0/mbid-ec0a068e-3924-4744-9178-314a6b5c77e0-36693446801_thumb500.jpg",
    "thumbnail_uri": "https://dn710007.ca.archive.org/0/items/mbid-ec0a068e-3924-4744-9178-314a6b5c77e0/mbid-ec0a068e-3924-4744-9178-314a6b5c77e0-36693446801_thumb250.jpg",
    "song": "Give It to Me Baby",
    "track_id": "1e2bad28-14d1-3300-8ffe-2bf165370e41",
    "recording_id": "9f73b84c-44ec-4112-a5fb-28135acee62a",
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Pure Funk, Volume 2",
    "release_id": "ec0a068e-3924-4744-9178-314a6b5c77e0",
    "release_group_id": "f57f1ec4-30cc-39d6-a581-57abe726b241",
    "labels": [
        "PolyGram TV"
    ],
    "label_ids": [
        "0c9402a2-7296-4888-9774-9b8f7dc53d48"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Better known by his stage name Rick James, James Ambrose Johnson Jr. (February 1, 1948 – August 6, 2004) was an American singer-songwriter, multi-instrumentalist and record producer.  Born and raised in Buffalo, New York, James began his musical career in his teen years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}