Information about plays

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

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

{
    "id": 3415460,
    "uri": "https://api.kexp.org/v2/plays/3415460/?format=api",
    "airdate": "2024-10-21T07:15:48-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Things She Said",
    "track_id": "25cedb06-247d-338f-a506-a7679cc9a877",
    "recording_id": "da02314b-5771-4153-aec9-3450461f585f",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Once Upon a Time",
    "release_id": "e845a24d-4aec-41e0-9e22-f0213012ac0d",
    "release_group_id": "8b184afd-58a6-3626-a4c6-67089ab88734",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1985-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1985! \n\nSinger Jim Kerr stated that this track was inspired by an article he read about Polish political prisoners in the Soviet Union. \"There was an interview with wives of guys that had been away for a long time, taken away, and some of the beautiful quotations that the women had used became sort of the background for that song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}