Information about plays

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

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

{
    "id": 3519673,
    "uri": "https://api.kexp.org/v2/plays/3519673/?format=api",
    "airdate": "2025-06-27T21:36:00-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9352339-68f5-4170-a4e2-75cebe1c8c5f/18823975317-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9352339-68f5-4170-a4e2-75cebe1c8c5f/18823975317-250.jpg",
    "song": "Obi Agye Me Dofo",
    "track_id": null,
    "recording_id": "c6fdb09b-8b74-4917-a752-7309661103be",
    "artist": "Vis-a-Vis",
    "artist_ids": [
        "57a48277-95e7-4968-99e5-b2a23801cfde"
    ],
    "album": "Ghana Special: Modern Highlife, Afro-Sounds, Ghanaian Blues 1968–81",
    "release_id": null,
    "release_group_id": "d8f8b1ce-4b79-4136-a236-ee5848e6f0d9",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More Highlife!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}