Information about plays

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

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

{
    "id": 429229,
    "uri": "https://api.kexp.org/v2/plays/429229/?format=api",
    "airdate": "2001-05-29T10:50:46-07:00",
    "show": 7214,
    "show_uri": "https://api.kexp.org/v2/shows/7214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414BV0SFM6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414BV0SFM6L._SL75_.jpg",
    "song": "Nod and Blink",
    "track_id": null,
    "recording_id": null,
    "artist": "Treepeople",
    "artist_ids": [
        "dec1aede-420e-4381-bfb7-e87ba02f25d6"
    ],
    "album": "Just Kidding",
    "release_id": "0fade738-fd0e-4cae-ab3a-b359396badd8",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}