Information about plays

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

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

{
    "id": 2679487,
    "uri": "https://api.kexp.org/v2/plays/2679487/?format=api",
    "airdate": "2019-12-29T07:59:59-08:00",
    "show": 46248,
    "show_uri": "https://api.kexp.org/v2/shows/46248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nearly Every Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Hollie Kenniff",
    "artist_ids": [],
    "album": "The Gathering Dawn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "n5MD"
    ],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stunning solo debut album from Hollie Kenniff who's also one-half of the duo Mint Julep alongside her husband Keith Kenniff (aka Helios, Goldmund) ~ https://n5md.bandcamp.com/album/the-gathering-dawn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}