Information about plays

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

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

{
    "id": 2674709,
    "uri": "https://api.kexp.org/v2/plays/2674709/?format=api",
    "airdate": "2019-12-18T01:17:47-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/a580b09f-db23-38d5-92bd-fd1a24044ee0/24708308711-250.jpg",
    "thumbnail_uri": "",
    "song": "Our Darkness (12″ remix)",
    "track_id": "24048aa9-49b3-339f-aea0-9e9965c213cd",
    "recording_id": null,
    "artist": "Anne Clark",
    "artist_ids": [
        "a019a8cf-2601-4a81-b3c3-7b279a873713"
    ],
    "album": "The Best of Anne Clark",
    "release_id": "a580b09f-db23-38d5-92bd-fd1a24044ee0",
    "release_group_id": null,
    "labels": [
        "Beehive Trading Ltd."
    ],
    "label_ids": [
        "7d0161a5-3b7a-4823-ae6f-03b72d255cd6"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Our Darkness\" was recorded at the Barge Studio, Maida Vale during August 1984. \"The Sitting Room\" was recorded at the Wickham Studio during February and March 1984. Both tracks were remixed at Guerilla during the following October.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}