Information about plays

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

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

{
    "id": 346896,
    "uri": "https://api.kexp.org/v2/plays/346896/?format=api",
    "airdate": "2019-06-27T08:59:00-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Battle Flag (Lo-Fidelity Allstars mix)",
    "track_id": "dd505e31-7ac2-4c9c-86d7-023b7bbc7747",
    "recording_id": null,
    "artist": "Pigeonhed",
    "artist_ids": [
        "fb79f6c3-1dfc-43d5-8598-2f0a5a0ebaec"
    ],
    "album": "Battle Flag",
    "release_id": "7d1cf529-cd81-4d83-bad0-ccd4592e4ad5",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "1997-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remixed version of a song from Seattle's Pigeonhed, fronted by the late Shawn Smith (also of Brad and Satchel)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}