Information about plays

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

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

{
    "id": 422087,
    "uri": "https://api.kexp.org/v2/plays/422087/?format=api",
    "airdate": "2001-05-07T16:08:34-07:00",
    "show": 7072,
    "show_uri": "https://api.kexp.org/v2/shows/7072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6133HPJQ6CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6133HPJQ6CL._SL75_.jpg",
    "song": "Play It Cool",
    "track_id": "db0d597e-f8fc-4681-af19-ec8eabf05277",
    "recording_id": null,
    "artist": "Super Furry Animals",
    "artist_ids": [
        "c5f5dc27-3059-49c0-ae45-5009a01bb9ec"
    ],
    "album": "Radiator",
    "release_id": "b9854978-60b5-4534-aea8-26cca7c469dc",
    "release_group_id": null,
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1999-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}