Information about plays

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

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

{
    "id": 534201,
    "uri": "https://api.kexp.org/v2/plays/534201/?format=api",
    "airdate": "2002-04-03T11:25:04-08:00",
    "show": 9254,
    "show_uri": "https://api.kexp.org/v2/shows/9254/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CXOT2Mz1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CXOT2Mz1L._SL75_.jpg",
    "song": "Give It",
    "track_id": null,
    "recording_id": null,
    "artist": "Helmet",
    "artist_ids": [
        "582fee78-d934-4603-9f5c-1729e0ca36b7"
    ],
    "album": "Meantime",
    "release_id": "4f79360f-dec8-4135-9cf8-f5543b62b8b4",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1992-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}