Information about plays

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

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

{
    "id": 3413291,
    "uri": "https://api.kexp.org/v2/plays/3413291/?format=api",
    "airdate": "2024-10-16T07:06:59-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Come Around Here No More",
    "track_id": "edf02985-8c78-4241-b674-b8153de11b41",
    "recording_id": "d7bd3652-ff59-42d5-8a54-1894993a6c62",
    "artist": "Nathaniel Rateliff",
    "artist_ids": [
        "da54c619-9e9f-4e57-9cce-cddfa09345df"
    ],
    "album": "Bad Monkey",
    "release_id": "592f1582-40d5-4b2c-bab5-8dcedc9942a5",
    "release_group_id": "41cc03f4-a698-42c3-9bd3-290226884f73",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Nathaniel Rateliff's cover of \"Don't Come Around Here No More\" from the Bad Monkey soundtrack.\nhttps://www.youtube.com/watch?v=phmMmwM6eWA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}