Information about plays

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

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

{
    "id": 375604,
    "uri": "https://api.kexp.org/v2/plays/375604/?format=api",
    "airdate": "2019-09-02T11:55:58-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "http://coverartarchive.org/release/1b42d466-9ee3-34bf-896d-e338546bae9d/4808490826-250.jpg",
    "thumbnail_uri": "",
    "song": "Number 1",
    "track_id": "c31ce007-8c89-367b-8b9b-ec9a024859f8",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Supernature",
    "release_id": "1b42d466-9ee3-34bf-896d-e338546bae9d",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's Midnight In A Perfect World: Goldfrapp. https://www.kexp.org/read/2017/04/25/midnight-in-a-perfect-world-goldfrapp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}