Information about plays

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

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

{
    "id": 3519369,
    "uri": "https://api.kexp.org/v2/plays/3519369/?format=api",
    "airdate": "2025-06-27T04:08:19-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://ia600207.us.archive.org/15/items/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091-900088355_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/15/items/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091/mbid-bdc5249f-e041-33ab-910d-2c26d55bc091-900088355_thumb250.jpg",
    "song": "Dear Prudence",
    "track_id": "76b465a0-8119-3d60-91d9-d1b2b8212dcf",
    "recording_id": "05833d73-e1e0-4d69-a00b-a586f8ffb3b6",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "The Beatles",
    "release_id": "bdc5249f-e041-33ab-910d-2c26d55bc091",
    "release_group_id": "055be730-dcad-31bf-b550-45ba9c202aa3",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1987-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}