Information about plays

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

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

{
    "id": 3500212,
    "uri": "https://api.kexp.org/v2/plays/3500212/?format=api",
    "airdate": "2025-05-12T00:25:16-07:00",
    "show": 63437,
    "show_uri": "https://api.kexp.org/v2/shows/63437/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e8709ae-cc8f-47b6-b8e3-c99d75b74205/38444952794-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e8709ae-cc8f-47b6-b8e3-c99d75b74205/38444952794-250.jpg",
    "song": "Balance",
    "track_id": null,
    "recording_id": "1486a319-e0b8-4bc2-83e7-ed2f7be26048",
    "artist": "Weast",
    "artist_ids": [
        "91623f1b-8e18-4220-a298-c576c5fdb708"
    ],
    "album": "Cassini EP",
    "release_id": null,
    "release_group_id": "2202a0f2-e34e-44a2-a8aa-a2724d6fe87f",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-08-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}