Information about plays

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

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

{
    "id": 3547298,
    "uri": "https://api.kexp.org/v2/plays/3547298/?format=api",
    "airdate": "2025-08-31T20:13:19-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/18f7dce2-3512-3b65-94e4-4eb48c836724/6721317819-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18f7dce2-3512-3b65-94e4-4eb48c836724/6721317819-250.jpg",
    "song": "I Get Lifted",
    "track_id": null,
    "recording_id": "52ddda68-b5fb-4cd3-9d29-3c9de6c414b1",
    "artist": "George McCrae",
    "artist_ids": [
        "bd013a43-a262-4658-a372-b75ddba236b4"
    ],
    "album": "Rock Your Baby",
    "release_id": null,
    "release_group_id": "69ad54af-4d8c-33cc-bde6-3e670cf7c871",
    "labels": [
        "T.K. Records"
    ],
    "label_ids": [
        "b112eabe-193b-4b68-9344-7c15bdc9fe16"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1974 release from George McCrae, this influential track has been sampled in Snoop Dog's famous \"Gin and Juice\" among other songs. Learn more about McCrae's long career and how it began with his own singing group called the Jivin' Jets:\n\nhttp://www.georgemccrae.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}