Information about plays

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

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

{
    "id": 3545247,
    "uri": "https://api.kexp.org/v2/plays/3545247/?format=api",
    "airdate": "2025-08-26T23:04:08-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/9418e8f4-c5af-4354-8c24-bb7047ddc78d/7870652661-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9418e8f4-c5af-4354-8c24-bb7047ddc78d/7870652661-250.jpg",
    "song": "Hideaway",
    "track_id": null,
    "recording_id": "f0aeeebc-b35f-446a-a469-fc3fcbd591a0",
    "artist": "Kiesza",
    "artist_ids": [
        "87ff5ccd-64cd-45d6-bba3-ba2647e85d74"
    ],
    "album": "Hideaway",
    "release_id": null,
    "release_group_id": "96c99dc5-b515-4e7a-8a29-452ed0e7aef8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2014-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut Songs feature! http://www.kiesza.com/\n\nKiesza makes melody-heavy house-influenced dance music with a soulful vocal approach.\n\nhttp://www.kiesza.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}