Information about plays

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

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

{
    "id": 1275450,
    "uri": "https://api.kexp.org/v2/plays/1275450/?format=api",
    "airdate": "2007-09-05T03:40:37-07:00",
    "show": 22324,
    "show_uri": "https://api.kexp.org/v2/shows/22324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bachanale (1940)",
    "track_id": null,
    "recording_id": null,
    "artist": "Margaret Leng Tan",
    "artist_ids": [
        "91344f98-1961-4b82-915f-adb193e44cc2"
    ],
    "album": "Daughters of the Lonesome Isle: John Cage",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New Albion Records"
    ],
    "label_ids": [
        "d821a33d-0678-4818-88ff-52b163b61faf"
    ],
    "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"
}