Information about plays

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

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

{
    "id": 380352,
    "uri": "https://api.kexp.org/v2/plays/380352/?format=api",
    "airdate": "2019-09-13T09:32:33-07:00",
    "show": 6329,
    "show_uri": "https://api.kexp.org/v2/shows/6329/?format=api",
    "image_uri": "http://coverartarchive.org/release/5498c6b4-6931-41da-baba-2c3999f56cd3/17565902067-250.jpg",
    "thumbnail_uri": "",
    "song": "Relax",
    "track_id": "60009fad-dfc1-3a08-a54d-71e6a356ea41",
    "recording_id": null,
    "artist": "Frankie Goes to Hollywood",
    "artist_ids": [
        "c09c8263-40ef-4352-8031-e438b1ce68fc"
    ],
    "album": "Bang!… The Greatest Hits of Frankie Goes to Hollywood",
    "release_id": "5498c6b4-6931-41da-baba-2c3999f56cd3",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}