Information about plays

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

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

{
    "id": 3620172,
    "uri": "https://api.kexp.org/v2/plays/3620172/?format=api",
    "airdate": "2026-02-21T03:40:56-08:00",
    "show": 65989,
    "show_uri": "https://api.kexp.org/v2/shows/65989/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-06cb4302-1084-4e01-93b5-1cb50afed0da/mbid-06cb4302-1084-4e01-93b5-1cb50afed0da-29028869583_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-06cb4302-1084-4e01-93b5-1cb50afed0da/mbid-06cb4302-1084-4e01-93b5-1cb50afed0da-29028869583_thumb250.jpg",
    "song": "Rent is Due",
    "track_id": "8cb5ae7f-feec-4f25-a9d3-7eee57c5b766",
    "recording_id": "8ec212a3-9b97-4ad9-a551-a82cc4d91fce",
    "artist": "Erik Blood & Gary V",
    "artist_ids": [
        "a5420d28-ced5-49c2-b329-5e43ba8f8f8e",
        "bb5edacd-c97d-42df-9174-2fa7abbf69ee"
    ],
    "album": "Rent Is Due",
    "release_id": "06cb4302-1084-4e01-93b5-1cb50afed0da",
    "release_group_id": "cbfc0ca9-e1db-45a9-ad55-5365d96dbdac",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-11-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}