Information about plays

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

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

{
    "id": 347715,
    "uri": "https://api.kexp.org/v2/plays/347715/?format=api",
    "airdate": "2019-06-29T04:26:10-07:00",
    "show": 5789,
    "show_uri": "https://api.kexp.org/v2/shows/5789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Accuse (Instrumental)",
    "track_id": null,
    "recording_id": null,
    "artist": "Alaska",
    "artist_ids": [],
    "album": "Esa Presents Amandla: Music to the People",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A rainbow of complementary electronic styles hailing from not only South Africa but further afield, including zouk from Brazil and the French Antilles, as well as Afro-futurism and Bacardi House\" - https://soundwayrecords.bandcamp.com/album/esa-presents-amandla-music-to-the-people",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}