Information about plays

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

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

{
    "id": 3460076,
    "uri": "https://api.kexp.org/v2/plays/3460076/?format=api",
    "airdate": "2025-02-04T17:25:59-08:00",
    "show": 62569,
    "show_uri": "https://api.kexp.org/v2/shows/62569/?format=api",
    "image_uri": "https://ia800302.us.archive.org/28/items/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e-26024054580_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/28/items/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e/mbid-36ab9794-05db-3529-a402-2743eeb9ae2e-26024054580_thumb250.jpg",
    "song": "Middle of the Road",
    "track_id": "68b80b38-3f7c-33fd-93a6-e009dde1d4b4",
    "recording_id": "8b8f9bb0-2bd6-4926-8aab-ea3172b152aa",
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Learning to Crawl",
    "release_id": "36ab9794-05db-3529-a402-2743eeb9ae2e",
    "release_group_id": "3c6e2aa2-f015-3924-a00a-6f577fe93c3f",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Amanda in Denver!\n\nThe third single from The Pretenders' 1984 album - Chrissie Hynde has said that this song refers to \"the middle way\", a concept from the Tao Te Ching",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}