Information about plays

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

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

{
    "id": 495063,
    "uri": "https://api.kexp.org/v2/plays/495063/?format=api",
    "airdate": "2001-12-09T20:17:38-08:00",
    "show": 8492,
    "show_uri": "https://api.kexp.org/v2/shows/8492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Robot Rock",
    "track_id": "ae651f53-5265-4651-820b-36e95dfd0e2f",
    "recording_id": null,
    "artist": "Dune",
    "artist_ids": [
        "f37f416e-6f50-4ae4-a3a1-e20e881628a7"
    ],
    "album": "Robot Rock / Thinking of You",
    "release_id": "deae5582-57e0-4708-8d7e-d628064661de",
    "release_group_id": null,
    "labels": [
        "Dune Recordings"
    ],
    "label_ids": [
        "526c0209-c3cd-47c6-b459-1be0b9e1bb51"
    ],
    "release_date": "2001-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}