Information about plays

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

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

{
    "id": 1296573,
    "uri": "https://api.kexp.org/v2/plays/1296573/?format=api",
    "airdate": "2007-10-30T00:59:21-07:00",
    "show": 22684,
    "show_uri": "https://api.kexp.org/v2/shows/22684/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lester's European Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Lester Young",
    "artist_ids": [
        "d613e4ae-093a-49a1-b06a-579480f7f7e8"
    ],
    "album": "Pres In Europe",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "HighNote Records"
    ],
    "label_ids": [
        "2d60b096-aeff-4893-af9b-9b2b702b02a2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}