Information about plays

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

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

{
    "id": 3410039,
    "uri": "https://api.kexp.org/v2/plays/3410039/?format=api",
    "airdate": "2024-10-08T13:47:35-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lie In the Gutter",
    "track_id": "af11fe04-a42a-490c-8769-5ec799617d68",
    "recording_id": "d3345e42-1af9-4751-b6cd-43b9ab4e39cf",
    "artist": "Peel Dream Magazine",
    "artist_ids": [
        "04c99c2a-93da-45ec-b3d7-9d59c69215f8"
    ],
    "album": "Rose Main Reading Room",
    "release_id": "1b827ca5-4d7f-4bf4-9aa9-bcb3f369289d",
    "release_group_id": "00d7199d-54ee-4ea1-b2a6-17e53e6e8764",
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2024-09-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth album from this LA-based band.\n---\nThe band is going on a tour with a show in San Francisco on November 17th 2024 at Rickshaw Stop\nAND \nA Seattle show on November 19th 2024 at Madame Lou’s! \n\nFind tickets for upcoming shows here:\nhttps://linktr.ee/peeldreammagazineshows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}