Information about plays

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

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

{
    "id": 1343061,
    "uri": "https://api.kexp.org/v2/plays/1343061/?format=api",
    "airdate": "2008-02-26T00:31:00-08:00",
    "show": 23467,
    "show_uri": "https://api.kexp.org/v2/shows/23467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "History of an Apoliogy",
    "track_id": null,
    "recording_id": null,
    "artist": "Ursula Rucker",
    "artist_ids": [
        "833db6f1-0400-41b1-ba81-cb2c830e2134"
    ],
    "album": "History of an Apology",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "High Street Records"
    ],
    "label_ids": [
        "48e141e9-6bc3-44ee-93e3-013ce7ac8a16"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}