Information about plays

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

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

{
    "id": 3620650,
    "uri": "https://api.kexp.org/v2/plays/3620650/?format=api",
    "airdate": "2026-02-22T03:24:23-08:00",
    "show": 65999,
    "show_uri": "https://api.kexp.org/v2/shows/65999/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-f6335672-c521-4129-86c3-490d20533e08/mbid-f6335672-c521-4129-86c3-490d20533e08-7204257757_thumb500.jpg",
    "thumbnail_uri": "https://ia600603.us.archive.org/27/items/mbid-f6335672-c521-4129-86c3-490d20533e08/mbid-f6335672-c521-4129-86c3-490d20533e08-7204257757_thumb250.jpg",
    "song": "Hounds of Love",
    "track_id": "abd4ccff-9cb7-3bc0-8190-912cee6b146c",
    "recording_id": "984deb15-92f3-4917-9929-c0e930dc8a54",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "f6335672-c521-4129-86c3-490d20533e08",
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}