Information about plays

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

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

{
    "id": 2680912,
    "uri": "https://api.kexp.org/v2/plays/2680912/?format=api",
    "airdate": "2020-01-01T17:56:22-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9ce64be-7602-3bd7-8c02-0b1768509a6a/10431117286-250.jpg",
    "thumbnail_uri": "",
    "song": "Evil Woman",
    "track_id": "5e94c664-02da-3c44-b0eb-cf93e0a7be7b",
    "recording_id": null,
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "ELO's Greatest Hits",
    "release_id": "d9ce64be-7602-3bd7-8c02-0b1768509a6a",
    "release_group_id": null,
    "labels": [
        "Jet Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Evil Woman\" is a song written by lead vocalist Jeff Lynne and recorded by Electric Light Orchestra. It was first released on the band's fifth album, 1975's Face the Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}