Information about plays

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

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

{
    "id": 1402649,
    "uri": "https://api.kexp.org/v2/plays/1402649/?format=api",
    "airdate": "2008-07-27T19:47:00-07:00",
    "show": 24474,
    "show_uri": "https://api.kexp.org/v2/shows/24474/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whatever You Like",
    "track_id": "e873b9d7-7619-44bb-aa88-448c5a9ffb1b",
    "recording_id": null,
    "artist": "T.I.",
    "artist_ids": [
        "f7ba7fbe-c6bd-4ac0-bee9-c25c558d7d62"
    ],
    "album": "Promo Only: Rhythm Radio, September 2008",
    "release_id": "ac0bb8e8-8173-4946-b7de-5bca8241538b",
    "release_group_id": null,
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": "2008-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}