Information about plays

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

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

{
    "id": 3541150,
    "uri": "https://api.kexp.org/v2/plays/3541150/?format=api",
    "airdate": "2025-08-17T09:12:11-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/80526b75-f9db-4261-8f29-72115c80d3ee/34128461768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80526b75-f9db-4261-8f29-72115c80d3ee/34128461768-250.jpg",
    "song": "The Race Is On",
    "track_id": null,
    "recording_id": "14fd4c05-8408-430a-b03c-22850f3bb8db",
    "artist": "George Jones",
    "artist_ids": [
        "f2903be0-79a7-4334-8cc5-e45309482a97"
    ],
    "album": "I Get Lonely in a Hurry",
    "release_id": null,
    "release_group_id": "5bd20485-6c04-4479-a5e4-3f460d47261d",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1964-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jones was listening to a bunch of demos, unimpressed until he heard this one written by Don Rollins. It went on to be one of his biggest hits and featured on this album and the follow up with the same title.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}