Information about plays

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

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

{
    "id": 429228,
    "uri": "https://api.kexp.org/v2/plays/429228/?format=api",
    "airdate": "2001-05-29T10:46:09-07:00",
    "show": 7214,
    "show_uri": "https://api.kexp.org/v2/shows/7214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510YDD0KW3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510YDD0KW3L._SL75_.jpg",
    "song": "Flying Lesson (Hot Chicken #1)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Electr-O-Pura",
    "release_id": "f17337de-a144-4e9e-af5a-b4d64efe113d",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}