Information about plays

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

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

{
    "id": 3438069,
    "uri": "https://api.kexp.org/v2/plays/3438069/?format=api",
    "airdate": "2024-12-14T17:01:16-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://ia800409.us.archive.org/1/items/mbid-991fd571-e1e5-455c-8354-5ffc8b409299/mbid-991fd571-e1e5-455c-8354-5ffc8b409299-38948668777_thumb500.jpg",
    "thumbnail_uri": "https://ia800409.us.archive.org/1/items/mbid-991fd571-e1e5-455c-8354-5ffc8b409299/mbid-991fd571-e1e5-455c-8354-5ffc8b409299-38948668777_thumb250.jpg",
    "song": "Light Runner",
    "track_id": "e3a2ddd4-10af-4ae2-b342-b906e97f6dfe",
    "recording_id": "da563035-694f-4926-91f2-dcac70016c8e",
    "artist": "GIFT",
    "artist_ids": [
        "e538319d-a827-4bca-aefb-61f40ab74181"
    ],
    "album": "Illuminator",
    "release_id": "991fd571-e1e5-455c-8354-5ffc8b409299",
    "release_group_id": "32d82688-1433-42ce-87c9-d21ca880fddc",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Troy! Always a pleasure to listen to your great show.\nPlease, may I suggest the song Light Runner by GIFT?\nThank you, have an excellent weekend.\n\nGreetings from Arequipa, Peru.\nRafael.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}