Information about plays

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

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

{
    "id": 1380694,
    "uri": "https://api.kexp.org/v2/plays/1380694/?format=api",
    "airdate": "2008-05-31T19:43:39-07:00",
    "show": 24097,
    "show_uri": "https://api.kexp.org/v2/shows/24097/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Come the Holy Rollers",
    "track_id": "6450c25c-9228-4421-b0be-07b67ff2add9",
    "recording_id": null,
    "artist": "Shawn Smith",
    "artist_ids": [
        "e3a5e014-fd72-40c2-9b00-7c70f382c431"
    ],
    "album": "The Diamond Hand",
    "release_id": "344193e4-44ba-4ec9-8898-f23039a95cc4",
    "release_group_id": null,
    "labels": [
        "Silence/ Gator Records"
    ],
    "label_ids": [],
    "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"
}