Information about plays

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

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

{
    "id": 3437297,
    "uri": "https://api.kexp.org/v2/plays/3437297/?format=api",
    "airdate": "2024-12-12T20:20:18-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "https://ia800408.us.archive.org/15/items/mbid-b015f143-f200-4882-b422-b570edf5e1b2/mbid-b015f143-f200-4882-b422-b570edf5e1b2-32216581523_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/15/items/mbid-b015f143-f200-4882-b422-b570edf5e1b2/mbid-b015f143-f200-4882-b422-b570edf5e1b2-32216581523_thumb250.jpg",
    "song": "Cardboard Pile",
    "track_id": "c608cebb-25a6-42c3-9e9a-c696a29169fa",
    "recording_id": "0a0e5559-ffdd-4712-a09a-6f84284fbcaf",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Kumoyo Island",
    "release_id": "b015f143-f200-4882-b422-b570edf5e1b2",
    "release_group_id": "b9a6d3d3-e308-4d87-9b9b-6f33c655a41c",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2022-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kikagaku Moyo were a Japanese psychedelic band founded in Tokyo. The band's name translates to \"geometric patterns\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}