Information about plays

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

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

{
    "id": 451028,
    "uri": "https://api.kexp.org/v2/plays/451028/?format=api",
    "airdate": "2001-08-01T09:57:00-07:00",
    "show": 7627,
    "show_uri": "https://api.kexp.org/v2/shows/7627/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4126GARRVRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4126GARRVRL._SL75_.jpg",
    "song": "Trampoline",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe Henry",
    "artist_ids": [
        "7ea95bc8-7c97-4b8c-baf5-f3720bc94b40"
    ],
    "album": "Trampoline",
    "release_id": "a0250859-9900-4008-b954-edad2585fc58",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1996-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}