Information about plays

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

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

{
    "id": 1289507,
    "uri": "https://api.kexp.org/v2/plays/1289507/?format=api",
    "airdate": "2007-10-11T02:45:41-07:00",
    "show": 22563,
    "show_uri": "https://api.kexp.org/v2/shows/22563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don And Sherri (Hot Chip Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Matthew Dear",
    "artist_ids": [
        "3d191c12-be64-4f90-94d8-ac324b2b3544"
    ],
    "album": "Don And Sherri EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "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"
}