Information about plays

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

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

{
    "id": 3475270,
    "uri": "https://api.kexp.org/v2/plays/3475270/?format=api",
    "airdate": "2025-03-13T05:30:48-07:00",
    "show": 62894,
    "show_uri": "https://api.kexp.org/v2/shows/62894/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e399d35-ae96-4f13-9fa1-6ac20e81320c/31035055494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e399d35-ae96-4f13-9fa1-6ac20e81320c/31035055494-250.jpg",
    "song": "The Super Mario Bros. Super Show!",
    "track_id": null,
    "recording_id": "7066bacd-6795-4d54-85d5-60c179bf5dbf",
    "artist": "Hot Dad",
    "artist_ids": [
        "ff05742b-87b7-4915-9f2e-fe335aa78d05"
    ],
    "album": "TV",
    "release_id": null,
    "release_group_id": "334409a4-4a73-4c75-97be-e7c86f99a1fb",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2015-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From The Super Mario Bros. Super Show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}