Information about plays

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

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

{
    "id": 3413657,
    "uri": "https://api.kexp.org/v2/plays/3413657/?format=api",
    "airdate": "2024-10-17T00:10:12-07:00",
    "show": 61595,
    "show_uri": "https://api.kexp.org/v2/shows/61595/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can Imagination Transcend Distance?",
    "track_id": "ba958419-e843-44aa-bb1e-01196cf38267",
    "recording_id": "b3bf1ff4-797e-4afe-9c51-6449f6a99760",
    "artist": "Soshi Takeda",
    "artist_ids": [
        "9dce344f-1f20-41bc-a86c-fbcf48ddbd11"
    ],
    "album": "Secret Communication",
    "release_id": "7442d037-2fc5-493c-828e-8d1716f93a16",
    "release_group_id": "0f6467be-c865-4fa5-b2db-7e9e7ef60728",
    "labels": [
        "100% Silk"
    ],
    "label_ids": [
        "a2c1ee95-a861-4534-ab57-fdc6577f8563"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Silky new follow up to 2021's 'Floating Mountains' out next month.\n\nhttps://takedasoshi.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}