Information about plays

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

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

{
    "id": 3545784,
    "uri": "https://api.kexp.org/v2/plays/3545784/?format=api",
    "airdate": "2025-08-28T07:03:30-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://ia800407.us.archive.org/7/items/mbid-72e7968f-4822-48d0-b692-419c8634a5fc/mbid-72e7968f-4822-48d0-b692-419c8634a5fc-32309266082_thumb500.jpg",
    "thumbnail_uri": "https://ia800407.us.archive.org/7/items/mbid-72e7968f-4822-48d0-b692-419c8634a5fc/mbid-72e7968f-4822-48d0-b692-419c8634a5fc-32309266082_thumb250.jpg",
    "song": "Giving The World Away",
    "track_id": "29dcefa0-ef44-41da-9400-b01f003ae9ab",
    "recording_id": "67187c9d-7364-4ec6-bc41-d935946d2526",
    "artist": "Hatchie",
    "artist_ids": [
        "b51f07c9-a42c-4ea7-b5ed-ce4b7f47101a"
    ],
    "album": "Giving the World Away",
    "release_id": "72e7968f-4822-48d0-b692-419c8634a5fc",
    "release_group_id": "caae693a-ba31-4408-948d-e1c62f66ae97",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2022-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Giving The World Away\" was the second studio album from Australian artist Harriette Pilbeam. Enjoy this review: https://pitchfork.com/reviews/albums/hatchie-giving-the-world-away/\n---\nWatch Hatchie performing live in our studio in 2019: https://www.youtube.com/watch?v=EPBKs6jzfE0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}