Information about plays

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

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

{
    "id": 2675307,
    "uri": "https://api.kexp.org/v2/plays/2675307/?format=api",
    "airdate": "2019-12-19T09:13:48-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b1fce16-e04d-4ced-816a-0bc449ac76e5/24922695911-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Reflecting",
    "track_id": "f15c2995-82e2-44cd-9feb-0c34cec6ceba",
    "recording_id": null,
    "artist": "Maps",
    "artist_ids": [
        "0dcf7f6e-da64-4fa7-bc80-5950c55fa8d2"
    ],
    "album": "Colours. Reflect. Time. Loss.",
    "release_id": "4b1fce16-e04d-4ced-816a-0bc449ac76e5",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#13 Most Played on JITM 2019 | James Kenneth Chapman (better known as Maps) released his fourth album in May of this year. Watch the video for \"Just Reflecting\" here: https://www.youtube.com/watch?v=RhR_jQ0eoZQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}