Information about plays

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

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

{
    "id": 3318410,
    "uri": "https://api.kexp.org/v2/plays/3318410/?format=api",
    "airdate": "2024-03-06T01:41:21-08:00",
    "show": 59602,
    "show_uri": "https://api.kexp.org/v2/shows/59602/?format=api",
    "image_uri": "https://coverartarchive.org/release/17d778cf-46f7-4bb9-ad11-a32d39b91294/35410208901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17d778cf-46f7-4bb9-ad11-a32d39b91294/35410208901-250.jpg",
    "song": "Hello (feat. Dragonette)",
    "track_id": null,
    "recording_id": "6f0487b8-7eca-4f66-b24f-23f9a0f4db6b",
    "artist": "Martin Solveig & Dragonette",
    "artist_ids": [
        "06db73fd-57e2-4a6f-bcd3-699fb7bb7af4",
        "00ef5e52-582b-4d53-a03a-bbd5b3084197"
    ],
    "album": "Hello",
    "release_id": null,
    "release_group_id": "04cfeef9-691c-40c6-9d32-0c8559a46c9f",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "04a12848-9667-4173-93c6-011cb1c3eabd"
    ],
    "release_date": "2010-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Say hello! Donate now at KEXP.ORG!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}