Information about plays

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

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

{
    "id": 424891,
    "uri": "https://api.kexp.org/v2/plays/424891/?format=api",
    "airdate": "2001-05-16T04:30:00-07:00",
    "show": 7128,
    "show_uri": "https://api.kexp.org/v2/shows/7128/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H62046AHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H62046AHL._SL75_.jpg",
    "song": "Today",
    "track_id": null,
    "recording_id": null,
    "artist": "Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Siamese Dream",
    "release_id": "e260e38f-66e1-4da9-8b74-b5030ef62d58",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1993-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}