Information about plays

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

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

{
    "id": 1233186,
    "uri": "https://api.kexp.org/v2/plays/1233186/?format=api",
    "airdate": "2007-05-19T18:40:00-07:00",
    "show": 21602,
    "show_uri": "https://api.kexp.org/v2/shows/21602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "X-Ray Eyes",
    "track_id": "68b08be0-c5e0-4b3f-81b6-eaab6b4d61a9",
    "recording_id": null,
    "artist": "The Whore Moans",
    "artist_ids": [
        "e2cf018f-1fad-47fc-8703-7ca94d7d1edf"
    ],
    "album": "Watch Out For This Thing",
    "release_id": "7f51c97a-bcdf-497c-b7db-3d6328696168",
    "release_group_id": null,
    "labels": [
        "Wizard House Recordings"
    ],
    "label_ids": [
        "6241a6e9-e2c9-49c1-8de4-1d35628d3915"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}