Information about plays

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

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

{
    "id": 1337074,
    "uri": "https://api.kexp.org/v2/plays/1337074/?format=api",
    "airdate": "2008-02-10T18:20:00-08:00",
    "show": 23367,
    "show_uri": "https://api.kexp.org/v2/shows/23367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me See Dat (Promo Only clean edit)",
    "track_id": "697b8553-7e3e-4176-a20e-c9568cc185be",
    "recording_id": null,
    "artist": "Vawn",
    "artist_ids": [
        "a8794538-557c-409e-ba8d-178933283321"
    ],
    "album": "Promo Only: Urban Radio, March 2008",
    "release_id": "06e7e2f9-57ee-44f8-b703-88a1763f3688",
    "release_group_id": null,
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": "2008-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}