Information about plays

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

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

{
    "id": 3574332,
    "uri": "https://api.kexp.org/v2/plays/3574332/?format=api",
    "airdate": "2025-11-05T13:54:31-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Your World",
    "track_id": "643af227-d557-36da-83e0-42c357ed3de8",
    "recording_id": "7f61afd3-aad3-484e-b720-05b2efaa6c3a",
    "artist": "Gil Scott-Heron & Brian Jackson",
    "artist_ids": [
        "c4cdf239-e646-4339-b064-7a94f5af6583",
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "It's Your World",
    "release_id": "ba7e7a66-46f4-48a8-bc79-e034bcf4ebe4",
    "release_group_id": "daa5af3e-c9c9-3ef5-a998-941decc41212",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2001-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It’s Your World\" was Scott-Heron and Jackson’s eighth album in six years and consists of four studio songs and six live cuts.  Here's a review: https://www.popmatters.com/scottherongil-its-2496085365.html\n--\nR.I.P., Gil Scott-Heron, who died in 2011 at age 62: https://www.theguardian.com/music/2011/may/28/gil-scott-heron-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}