Information about plays

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

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

{
    "id": 3521218,
    "uri": "https://api.kexp.org/v2/plays/3521218/?format=api",
    "airdate": "2025-07-01T14:11:58-07:00",
    "show": 63892,
    "show_uri": "https://api.kexp.org/v2/shows/63892/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're On My Mind",
    "track_id": null,
    "recording_id": "487ed126-4dc3-4622-968e-3f3ec9572aca",
    "artist": "Kem",
    "artist_ids": [
        "0609c172-8605-490c-9494-e1019803e817"
    ],
    "album": "Intimacy: Album III",
    "release_id": null,
    "release_group_id": "e8453997-d83b-45ea-951b-913affb2b6a9",
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2010-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Riggs and his Wife, Heidi!\n---\nKim Lamont Owens, known professionally as Kem, is an American R&B/soul singer-songwriter and producer.\n---\nhttps://musicbykem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}