Information about plays

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

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

{
    "id": 2675432,
    "uri": "https://api.kexp.org/v2/plays/2675432/?format=api",
    "airdate": "2019-12-19T15:50:37-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "https://coverartarchive.org/release/780823a5-a852-4958-bcb3-b291ceb66ea1/2973789684-250.jpg",
    "thumbnail_uri": "",
    "song": "Race for the Prize (remix)",
    "track_id": "1ad57a0b-edcc-37d3-a6e1-6a0e3b76a4e3",
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "The Soft Bulletin",
    "release_id": "780823a5-a852-4958-bcb3-b291ceb66ea1",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Race for the Prize\" (subtitled \"Sacrifice of the New Scientists\"), is a song by The Flaming Lips, released as the first single taken from their 1999 album The Soft Bulletin, and reaching #39 in the UK Singles Chart as the highest charting single from the album. In 2010 Pitchfork Media included the song at number 30 on their Top 200 Tracks of the 90s. The song is also played live frequently, and is usually featured as a set opener for many of their concerts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}