Information about plays

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

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

{
    "id": 3598253,
    "uri": "https://api.kexp.org/v2/plays/3598253/?format=api",
    "airdate": "2025-12-31T02:10:15-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like to Move It",
    "track_id": null,
    "recording_id": "265da0bc-edb2-4362-8958-c3bbb47571d2",
    "artist": "Reel 2 Real featuring The Mad Stuntman",
    "artist_ids": [
        "0b14526c-8d99-47ac-9c3e-0d62ad178dd5",
        "d9fc0537-cd51-425d-847f-346025a9b5e9"
    ],
    "album": "I Like to Move It",
    "release_id": null,
    "release_group_id": "8b2c70fc-25e4-3f57-a1c0-bbe72f2688af",
    "labels": [
        "Strictly Rhythm"
    ],
    "label_ids": [
        "29c1256a-d989-4035-a856-95d707e2082c"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For the kids https://www.youtube.com/watch?v=hdcTmpvDO0I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}