Information about plays

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

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

{
    "id": 3413319,
    "uri": "https://api.kexp.org/v2/plays/3413319/?format=api",
    "airdate": "2024-10-16T08:42:49-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feast",
    "track_id": "87214ea3-fcd9-495e-b60b-5cae7eed25f7",
    "recording_id": "24b5cc30-633f-493a-bc93-e3308a52845f",
    "artist": "SPRINTS",
    "artist_ids": [
        "256e0b36-88cb-453a-9ce4-7b73cb6b882f"
    ],
    "album": "Feast",
    "release_id": "fed1f55f-bb4e-479d-8932-f72f1828bd32",
    "release_group_id": "2ae1442f-5eb2-4df8-9b54-7457cd7ac8e4",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2024-09-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of this track, SPRINTS reveals, \"Pulling from our love of grunge and gothic, 'Feast' is named as such because it explores the idea of gluttony, consumption and desire, particularly when it comes to sexuality and romance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}