Information about plays

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

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

{
    "id": 3568233,
    "uri": "https://api.kexp.org/v2/plays/3568233/?format=api",
    "airdate": "2025-10-21T21:19:12-07:00",
    "show": 64898,
    "show_uri": "https://api.kexp.org/v2/shows/64898/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d7e6d1a-e8ac-4018-9a9e-94575e157698/13559350417-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d7e6d1a-e8ac-4018-9a9e-94575e157698/13559350417-250.jpg",
    "song": "Everyland",
    "track_id": null,
    "recording_id": "bb6b99c1-fc70-406c-8aaa-49be97b382d3",
    "artist": "47SOUL",
    "artist_ids": [
        "3bbc179b-cada-4022-a495-c1ee3566e033"
    ],
    "album": "Shamstep",
    "release_id": null,
    "release_group_id": "23e255bd-fcea-4186-9eac-0cc97f743de4",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Amman, Jordan\n\n47SOUL sound is rooted in Arabic Dabke, the celebration dance music from the Bilad Al-Sham area; the name for the land that spans Syria, Palestine, Lebanon, and Jordan.\n\nhttps://47soul.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}