Information about plays

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

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

{
    "id": 1119283,
    "uri": "https://api.kexp.org/v2/plays/1119283/?format=api",
    "airdate": "2006-07-28T19:06:49-07:00",
    "show": 19651,
    "show_uri": "https://api.kexp.org/v2/shows/19651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Russian Roulette",
    "track_id": "f739941c-8173-459d-90c2-540c8acfed82",
    "recording_id": null,
    "artist": "The Nevegans",
    "artist_ids": [
        "ce792358-7df4-482f-a081-fe709600834d"
    ],
    "album": "More Surf Legends (And Rumors)",
    "release_id": "5509e8ae-1cd5-4e35-b6de-7c53f534bd48",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}