Information about plays

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

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

{
    "id": 346926,
    "uri": "https://api.kexp.org/v2/plays/346926/?format=api",
    "airdate": "2019-06-27T10:48:24-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I've Been Around",
    "track_id": "c85475bb-55b4-46d4-b811-f6e6227814ef",
    "recording_id": null,
    "artist": "Supercrush",
    "artist_ids": [
        "26880d03-ae12-41cb-b5bf-e9b6c2f505de"
    ],
    "album": "Never Let You Drift Away",
    "release_id": "11dd6e74-df9b-4b0e-8f02-8e120f1203d9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This song is featured on KEXP's latest \"Music That Matters\" podcast, curated by Cheryl Waters! Listen and/or subscribe here https://www.kexp.org/podcasts/music-matters/2019/6/21/music-matters-vol-674-colors/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}