Information about plays

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

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

{
    "id": 3519666,
    "uri": "https://api.kexp.org/v2/plays/3519666/?format=api",
    "airdate": "2025-06-27T21:04:17-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca1bd123-655e-48c1-9ab1-c1864626660f/19702263270-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca1bd123-655e-48c1-9ab1-c1864626660f/19702263270-250.jpg",
    "song": "2000 Blacks Got to Be Free",
    "track_id": null,
    "recording_id": "2a897f9c-1022-48c8-bc1a-b626164d9051",
    "artist": "Fela Anikulapo Kuti & Roy Ayers",
    "artist_ids": [
        "6514cffa-fbe0-4965-ad88-e998ead8a82a",
        "06e199c1-6f33-477b-a74d-bc8a283bd8f0"
    ],
    "album": "Music of Many Colours",
    "release_id": null,
    "release_group_id": "d59897ff-7319-3173-a3d4-622aa67c3604",
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Music of Many Colors\" is a collaboration between Roy Ayers and Fela Kuti. The project bridges the Atlantic Ocean, joining the Nigerian inventor of Afrobeat with an American pioneer of Soul, Jazz and Funk. https://amzn.to/3ava3Hi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}