Information about plays

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

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

{
    "id": 2675098,
    "uri": "https://api.kexp.org/v2/plays/2675098/?format=api",
    "airdate": "2019-12-18T22:32:00-08:00",
    "show": 46178,
    "show_uri": "https://api.kexp.org/v2/shows/46178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas, It's Not a Biggie",
    "track_id": "4515b5ee-2da2-4cd7-acaf-23d943fe2863",
    "recording_id": null,
    "artist": "Say Sue Me",
    "artist_ids": [
        "6533674b-9d30-4328-bdfe-92318e12e53a"
    ],
    "album": "Christmas, It's Not a Biggie",
    "release_id": "cfef5b1a-9082-40cb-8aa5-fed036bf2ae0",
    "release_group_id": null,
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2018-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear a session with this amazing Korean group on KEXP tomorrow at 3 PM!  https://saysueme.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}