Information about plays

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

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

{
    "id": 490689,
    "uri": "https://api.kexp.org/v2/plays/490689/?format=api",
    "airdate": "2001-11-26T23:08:00-08:00",
    "show": 8406,
    "show_uri": "https://api.kexp.org/v2/shows/8406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Explain",
    "track_id": "9bbb7598-9059-4af9-b484-1fea35412fe2",
    "recording_id": null,
    "artist": "Jim Hall",
    "artist_ids": [
        "8c12559e-ddcf-472a-8a8c-0f0c3fc91c6a"
    ],
    "album": "Jim Hall & Basses",
    "release_id": "09904bd1-2dab-4b98-a144-3c047b9b3029",
    "release_group_id": null,
    "labels": [
        "Telerac"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}