Information about plays

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

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

{
    "id": 3421385,
    "uri": "https://api.kexp.org/v2/plays/3421385/?format=api",
    "airdate": "2024-11-04T17:50:16-08:00",
    "show": 61764,
    "show_uri": "https://api.kexp.org/v2/shows/61764/?format=api",
    "image_uri": "https://coverartarchive.org/release/389d3392-8ddc-4146-9d37-db66f52121e7/37408477311-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/389d3392-8ddc-4146-9d37-db66f52121e7/37408477311-250.jpg",
    "song": "Horizons (Vocal Mix)",
    "track_id": null,
    "recording_id": "6cb1da5a-3777-4084-88a5-fbcb9ac5f618",
    "artist": "LTJ Bukem",
    "artist_ids": [
        "28c1b7b7-355a-48b1-b2c4-75b8eb8080ef"
    ],
    "album": "Horizons EP",
    "release_id": null,
    "release_group_id": "6e91e814-1c71-430a-845d-a0f45273e91b",
    "labels": [
        "Good Looking Records"
    ],
    "label_ids": [
        "07d73c0e-8519-468d-8d94-b967084f5cc1"
    ],
    "release_date": "1997-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}