Information about plays

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

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

{
    "id": 355765,
    "uri": "https://api.kexp.org/v2/plays/355765/?format=api",
    "airdate": "2019-07-17T23:20:32-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thabane",
    "track_id": null,
    "recording_id": null,
    "artist": "Roger Lucey",
    "artist_ids": [
        "feeb6508-1571-4f3e-9e25-47f53396eb1e"
    ],
    "album": "The Road Is Much Longer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "3rd Ear Music"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tune also features Johnny Clegg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}