Information about plays

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

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

{
    "id": 2677496,
    "uri": "https://api.kexp.org/v2/plays/2677496/?format=api",
    "airdate": "2019-12-24T09:29:21-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "https://coverartarchive.org/release/4491675f-2e47-489d-8c72-9d71ab7f747e/3049629726-250.jpg",
    "thumbnail_uri": "",
    "song": "Highway of Endless Dreams",
    "track_id": "310df949-d596-3988-b202-45520daee2b0",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays = Youth",
    "release_id": "4491675f-2e47-489d-8c72-9d71ab7f747e",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the video from M83's entire 2016 performance at Sasquatch! Music Festival: https://www.youtube.com/watch?v=fO-ZbyDLUeA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}