Information about plays

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

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

{
    "id": 1233461,
    "uri": "https://api.kexp.org/v2/plays/1233461/?format=api",
    "airdate": "2007-05-20T12:43:41-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Ain't Got Love",
    "track_id": "3975ea55-0a29-4d8a-acfa-d73671204d9c",
    "recording_id": null,
    "artist": "Mason Jennings",
    "artist_ids": [
        "eb7a42aa-36d2-4dc2-9cc2-d083a13e1788"
    ],
    "album": "Boneclouds",
    "release_id": "475b6f7c-0508-487a-9307-9a35739dac59",
    "release_group_id": null,
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "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"
}