Information about plays

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

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

{
    "id": 3598875,
    "uri": "https://api.kexp.org/v2/plays/3598875/?format=api",
    "airdate": "2026-01-01T15:37:03-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As It Was",
    "track_id": null,
    "recording_id": "53969964-673a-4407-9396-3087be9245f6",
    "artist": "Harry Styles",
    "artist_ids": [
        "7eb1ce54-a355-41f9-8d68-e018b096d427"
    ],
    "album": "Harry’s House",
    "release_id": null,
    "release_group_id": "d712ba0e-25fa-4c03-aecd-ec0c100deba5",
    "labels": [
        "Erskine Records Limited"
    ],
    "label_ids": [
        "2b0502a0-76c0-41ff-9ef1-3ab71eb4a184"
    ],
    "release_date": "2022-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fur-clad Harry performed \"As It Was\" at Coachella: https://www.youtube.com/watch?v=jte7I4BO0WQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}