Information about plays

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

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

{
    "id": 3552802,
    "uri": "https://api.kexp.org/v2/plays/3552802/?format=api",
    "airdate": "2025-09-14T02:58:46-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia904506.us.archive.org/14/items/mbid-48ce5b38-81a4-454b-a921-b7b8e30fcac2/mbid-48ce5b38-81a4-454b-a921-b7b8e30fcac2-7940235798_thumb500.jpg",
    "thumbnail_uri": "https://ia804506.us.archive.org/14/items/mbid-48ce5b38-81a4-454b-a921-b7b8e30fcac2/mbid-48ce5b38-81a4-454b-a921-b7b8e30fcac2-7940235798_thumb250.jpg",
    "song": "Archie, Marry Me",
    "track_id": "83baee6b-702d-4045-8855-f0f44b17d40d",
    "recording_id": "b15f5111-05e5-416d-b249-e88a472946d5",
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Alvvays",
    "release_id": "48ce5b38-81a4-454b-a921-b7b8e30fcac2",
    "release_group_id": "6e53a449-47b8-46e9-be4d-d818d3d64d70",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2014-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}