Information about plays

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

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

{
    "id": 1275905,
    "uri": "https://api.kexp.org/v2/plays/1275905/?format=api",
    "airdate": "2007-09-06T06:54:00-07:00",
    "show": 22331,
    "show_uri": "https://api.kexp.org/v2/shows/22331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Moon My Man (edit)",
    "track_id": "77672978-1ec4-437f-a067-db34301f8fef",
    "recording_id": null,
    "artist": "Feist and Ben Gibbard",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "My Moon My Man",
    "release_id": "84b2f80e-c0b9-48c9-8e07-4eb82a230336",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2007-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}