Information about plays

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

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

{
    "id": 3539645,
    "uri": "https://api.kexp.org/v2/plays/3539645/?format=api",
    "airdate": "2025-08-13T15:39:29-07:00",
    "show": 64279,
    "show_uri": "https://api.kexp.org/v2/shows/64279/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f6f3964-3c4a-4115-8223-576257faaa8c/5642460980-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f6f3964-3c4a-4115-8223-576257faaa8c/5642460980-250.jpg",
    "song": "Send Me a Postcard",
    "track_id": null,
    "recording_id": "6b8aa695-0419-4f71-8991-638494e61bda",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "20 Greatest Hits",
    "release_id": null,
    "release_group_id": "ba1939f7-3c00-30f2-9466-4cc5cfeb229a",
    "labels": [
        "Repertoire Records"
    ],
    "label_ids": [
        "e6681297-3e77-4e96-a219-724d0de9c2e7"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1967 by former Motions guitarist Robbie Van Leeuwen, the Dutch quartet Shocking Blue originally had a lineup of Van Leeuwen on guitar, lead vocalist Fred DeWilde, bass player Klaasje Van der Wal, and drummer Cornelius Van der Beek.  They are best known for their 1970 hit \"Venus.\": https://www.allmusic.com/artist/shocking-blue-mn0000029604",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}