Information about plays

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

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

{
    "id": 2674960,
    "uri": "https://api.kexp.org/v2/plays/2674960/?format=api",
    "airdate": "2019-12-18T15:24:00-08:00",
    "show": 46175,
    "show_uri": "https://api.kexp.org/v2/shows/46175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "End of the Line",
    "track_id": null,
    "recording_id": null,
    "artist": "Lysistrata",
    "artist_ids": [
        "97afa1ad-94d9-4d6d-973e-3155a6b46197"
    ],
    "album": "Breathe In/Out",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Newest release from the French band.  This is another musical discovery from Kevin's travels and visit to Paris record store Balades Sonores.  https://viciouscircle.bandcamp.com/album/breathe-in-out",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}