Information about plays

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

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

{
    "id": 1342098,
    "uri": "https://api.kexp.org/v2/plays/1342098/?format=api",
    "airdate": "2008-02-22T22:12:24-08:00",
    "show": 23445,
    "show_uri": "https://api.kexp.org/v2/shows/23445/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QE0214E7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QE0214E7L._SL75_.jpg",
    "song": "Police & Thieves",
    "track_id": "3643dc10-40ae-4c79-a54a-f5074b21d2f1",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Essential Clash",
    "release_id": "1925ae00-a370-4b99-b29e-f5f99ed37c99",
    "release_group_id": null,
    "labels": [
        "Sony Classical"
    ],
    "label_ids": [
        "10920823-9ed8-45d9-adb3-69fc22475ab0"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}