Information about plays

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

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

{
    "id": 3519670,
    "uri": "https://api.kexp.org/v2/plays/3519670/?format=api",
    "airdate": "2025-06-27T21:19:42-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Are Coming Home",
    "track_id": null,
    "recording_id": "22dc61b1-d6d7-4469-b84d-c94c0b516866",
    "artist": "Pat Thomas & Marijata",
    "artist_ids": [
        "6dd5fc2d-980f-4f5c-8988-e3f83b1a5f27",
        "09435962-d4bf-4b99-bec1-44c1d82a845c"
    ],
    "album": "Disco Highlife Reedit Series, Vol. 2",
    "release_id": null,
    "release_group_id": "1a16cccd-51c3-46aa-8ff7-34617de9839e",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pat Thomas is a Ghanaian vocalist and songwriter. He is widely known for his work in highlife bands of Ebo Taylor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}