Information about plays

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

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

{
    "id": 3416348,
    "uri": "https://api.kexp.org/v2/plays/3416348/?format=api",
    "airdate": "2024-10-23T15:03:27-07:00",
    "show": 61653,
    "show_uri": "https://api.kexp.org/v2/shows/61653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only You",
    "track_id": "afbd07f0-9a00-4bf0-bc2e-e9eda281bc11",
    "recording_id": "c74337fb-6eed-41c4-b24f-a9ccd2b10f1c",
    "artist": "Ginger Root",
    "artist_ids": [
        "22dc2681-4260-437e-a570-c4e92e011f68"
    ],
    "album": "SHINBANGUMI",
    "release_id": "f4583804-b928-4b7d-b573-3cf17a2dabc2",
    "release_group_id": "70ecaa70-6166-497e-8ea2-b8c145d40405",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Huntington Beach-based artist [Cameron Lew] describes their music as \"Aggressive Elevator Soul\" - https://gingerroot.bandcamp.com/album/shinbangumi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}