Information about plays

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

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

{
    "id": 3420895,
    "uri": "https://api.kexp.org/v2/plays/3420895/?format=api",
    "airdate": "2024-11-03T12:09:54-08:00",
    "show": 61753,
    "show_uri": "https://api.kexp.org/v2/shows/61753/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Empire",
    "track_id": "f5efdc03-4921-4972-911c-2d623732f8c3",
    "recording_id": "f401e728-4409-47b1-9c1f-bcdf8df26427",
    "artist": "Eddie Chacon feat. John Carroll Kirby",
    "artist_ids": [
        "fff7d779-43ee-40bd-8bee-f5fe488109f8",
        "6996c534-61ca-4c7d-805b-07247227f902"
    ],
    "album": "Lay Low",
    "release_id": "e1705c9d-1632-448f-a235-5be2b891b7cd",
    "release_group_id": "1087bae3-8867-4da0-8ac7-aa2720fc405b",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2025-01-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest from LA artist and one half of 90's soul duo Charles and Eddie. Chacon also teamed up with Nick Hakim to produce this new collection of songs of loving and letting go.\n\nhttps://eddiechaconofficial.bandcamp.com/album/lay-low",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}