Information about plays

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

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

{
    "id": 3412515,
    "uri": "https://api.kexp.org/v2/plays/3412515/?format=api",
    "airdate": "2024-10-14T11:30:25-07:00",
    "show": 61575,
    "show_uri": "https://api.kexp.org/v2/shows/61575/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Raddest Day",
    "track_id": "f579062a-5e62-46e0-8a4f-6150eb345b77",
    "recording_id": "590e8017-f612-4a2c-9ef8-e03797cad95c",
    "artist": "Bug Seance",
    "artist_ids": [
        "84163df7-1068-432e-9537-f8af83c6755f"
    ],
    "album": "I’m Right Here",
    "release_id": "ae6787bd-05d6-457d-b442-ba268a5e5767",
    "release_group_id": "cc969505-99b6-478c-a9dc-b458fab395bc",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nahuatl/Pipil\n--\nBug Seance is a five piece indie/emo band that draws influence from 90's shoegaze, 2000's melodic hardcore and modern capitalist despair.\nhttps://bugseance.bandcamp.com/album/im-right-here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}