Information about plays

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

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

{
    "id": 3562864,
    "uri": "https://api.kexp.org/v2/plays/3562864/?format=api",
    "airdate": "2025-10-09T00:13:20-07:00",
    "show": 64783,
    "show_uri": "https://api.kexp.org/v2/shows/64783/?format=api",
    "image_uri": "https://coverartarchive.org/release/229e113a-c44a-448f-8218-aea98c2306d6/27105593861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/229e113a-c44a-448f-8218-aea98c2306d6/27105593861-250.jpg",
    "song": "You’re Gonna Need Me",
    "track_id": null,
    "recording_id": "ce85f8f0-ab69-4dc2-be20-51ec0a5f9d22",
    "artist": "Dionne Warwick",
    "artist_ids": [
        "6784ee31-6d79-4a37-9e1f-01d6ef31940e"
    ],
    "album": "Just Being Myself",
    "release_id": null,
    "release_group_id": "10d4105b-b85a-39b3-97fb-137bb2c4ea85",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You're Gonna Need Me\" was released as the b-side to the title track of Dionne Warwick's 1973 album, 'Just Being Myself' and written and produced by Holland-Dozier-Holland, six years into recording their post-Motown period. J Dilla sampled this song on \"Stop\" as part of 'Donuts,\" the last album he finished.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}