Information about plays

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

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

{
    "id": 2675325,
    "uri": "https://api.kexp.org/v2/plays/2675325/?format=api",
    "airdate": "2019-12-19T10:11:11-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/9812c459-79fc-4f9a-952e-695e285de8df/24383754188-250.jpg",
    "thumbnail_uri": "",
    "song": "You're Not Always On My Mind",
    "track_id": "a6282a0a-b123-4d75-be79-ee1251863eec",
    "recording_id": null,
    "artist": "Quivers",
    "artist_ids": [
        "a6d39b5e-ad93-4d49-a10b-4c772fce3f5d"
    ],
    "album": "You're Not Always on My Mind",
    "release_id": "9812c459-79fc-4f9a-952e-695e285de8df",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#1 Most Played on JITM 2019 | And here's the #1 most played song on The Morning Show in 2019! Quivers stopped by KEXP in March to play it for us, and you can watch it right here: https://www.youtube.com/watch?v=7Yg6xXLMDto",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}