Information about plays

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

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

{
    "id": 1315531,
    "uri": "https://api.kexp.org/v2/plays/1315531/?format=api",
    "airdate": "2007-12-18T04:16:56-08:00",
    "show": 23006,
    "show_uri": "https://api.kexp.org/v2/shows/23006/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afro Pusherman",
    "track_id": null,
    "recording_id": null,
    "artist": "Tony Allen",
    "artist_ids": [
        "ea524cc6-191a-4c05-ab88-3bb5c0880ca5"
    ],
    "album": "Eager Hands And Restless Feet: The Best Of Tony Allen",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wrasse Records"
    ],
    "label_ids": [
        "3a33c6f4-b06e-4d23-8ebf-ba3d2c9edab3"
    ],
    "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"
}