Information about plays

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

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

{
    "id": 375965,
    "uri": "https://api.kexp.org/v2/plays/375965/?format=api",
    "airdate": "2019-09-03T10:36:00-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Silver Bird",
    "track_id": null,
    "recording_id": null,
    "artist": "TVAM",
    "artist_ids": [
        "b8a60bd7-0d78-47b8-9071-d53a71b9422e"
    ],
    "album": "No Silver Bird",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was a Record Store 2019 release. A long- time personal favorite of TVAM and something of a rare  curio,  \"No Silver Bird\" was originally released by New Mexico underground act The Hooterville Trolley in 1968 , More recently, \"No Silver Bird\" has featured in the TVAM live sets.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}