Information about plays

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

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

{
    "id": 3621841,
    "uri": "https://api.kexp.org/v2/plays/3621841/?format=api",
    "airdate": "2026-02-24T20:49:22-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "https://coverartarchive.org/release/a27f254e-773c-41b2-bee0-728f6b731ef6/40536863711-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a27f254e-773c-41b2-bee0-728f6b731ef6/40536863711-250.jpg",
    "song": "Pára",
    "track_id": null,
    "recording_id": "6fa9104e-a670-4fb0-8edd-3e1ee24ee13c",
    "artist": "MOMO. feat. Jessica Lauren",
    "artist_ids": [
        "f613577f-6a48-4da2-8199-fdd0fbbc951f",
        "a6add753-804e-4aee-98e7-36e8174247f8"
    ],
    "album": "Gira",
    "release_id": null,
    "release_group_id": "7df1303e-913a-4d51-8561-8247fd750f40",
    "labels": [
        "Batov Records"
    ],
    "label_ids": [
        "72500051-6183-4b30-b03c-e3ae5b0793cf"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Influenced by a lifetime of living between Brazil, Angola, the US, Spain, Portugal, and currently the UK, Marcelo Frota is singer-songwriter and multi-instrumentalist, better known as MOMO.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}