Information about plays

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

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

{
    "id": 3440711,
    "uri": "https://api.kexp.org/v2/plays/3440711/?format=api",
    "airdate": "2024-12-21T03:04:53-08:00",
    "show": 62165,
    "show_uri": "https://api.kexp.org/v2/shows/62165/?format=api",
    "image_uri": "https://ia601904.us.archive.org/28/items/mbid-a3d0945a-9d9a-4736-a51b-1d5770a6b4f1/mbid-a3d0945a-9d9a-4736-a51b-1d5770a6b4f1-39975825416_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Babydoll",
    "track_id": "d2306041-41f0-4268-9d81-5c83e35cdd5b",
    "recording_id": "be03f0ff-87f2-4e5c-9e7c-1aa53e6956b1",
    "artist": "Sofie Royer",
    "artist_ids": [
        "82392a3e-a389-4fd2-93cc-9a5796206648"
    ],
    "album": "Young-Girl Forever",
    "release_id": "a3d0945a-9d9a-4736-a51b-1d5770a6b4f1",
    "release_group_id": "25529582-25a4-4b35-b6fc-5f79545b3a14",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album from Vienna-based artist Sofie Royer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}