Information about plays

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

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

{
    "id": 1339235,
    "uri": "https://api.kexp.org/v2/plays/1339235/?format=api",
    "airdate": "2008-02-15T20:05:26-08:00",
    "show": 23398,
    "show_uri": "https://api.kexp.org/v2/shows/23398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Double Shot",
    "track_id": "803b7d12-b3d8-4ed1-b7c3-25616002430f",
    "recording_id": null,
    "artist": "Ted & The Tall Tops",
    "artist_ids": [
        "bef1d67a-ed6e-47b0-a517-607b44d09dc1"
    ],
    "album": "Rock'n'Roll Honky Tonkin'",
    "release_id": "c3c37c09-84f1-4766-b4b5-e0ab6f46afd1",
    "release_group_id": null,
    "labels": [
        "Sunjay"
    ],
    "label_ids": [
        "f684568b-3ee3-457f-b306-7933f84dd2ac"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}