Information about plays

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

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

{
    "id": 3620122,
    "uri": "https://api.kexp.org/v2/plays/3620122/?format=api",
    "airdate": "2026-02-21T00:49:26-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "https://coverartarchive.org/release/a28ae1a5-577f-3324-95bf-e8cdb1595e3e/23815611613-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a28ae1a5-577f-3324-95bf-e8cdb1595e3e/23815611613-250.jpg",
    "song": "Can I Kick It?",
    "track_id": null,
    "recording_id": "76b2c3c1-65a9-42ba-84fd-41e39d9b5e36",
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Beats, Rhymes and Life",
    "release_id": null,
    "release_group_id": "af2a22ae-15c9-3c73-9a35-7b4f503d8f7c",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://atribecalledquest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}