Information about plays

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

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

{
    "id": 1256471,
    "uri": "https://api.kexp.org/v2/plays/1256471/?format=api",
    "airdate": "2007-07-19T07:52:17-07:00",
    "show": 22004,
    "show_uri": "https://api.kexp.org/v2/shows/22004/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/30420",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/30421",
    "song": "Simple",
    "track_id": "0b9e3c39-bd0e-4663-8e5d-5024829f68f5",
    "recording_id": null,
    "artist": "Simian Mobile Disco",
    "artist_ids": [
        "69ec6867-bda0-404b-bac4-338df8d73723"
    ],
    "album": "Clock EP",
    "release_id": "6aa9ccf0-c1e5-4867-88eb-58e0a5a343c2",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}