Information about plays

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

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

{
    "id": 423510,
    "uri": "https://api.kexp.org/v2/plays/423510/?format=api",
    "airdate": "2001-05-11T16:27:16-07:00",
    "show": 7097,
    "show_uri": "https://api.kexp.org/v2/shows/7097/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416WD963EVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416WD963EVL._SL75_.jpg",
    "song": "You Dropped A Bomb On Me",
    "track_id": "e9f42627-7743-4fc7-ae95-e478b789df4c",
    "recording_id": null,
    "artist": "The Gap Band",
    "artist_ids": [
        "00aab979-da36-4efd-9086-e409cda07f9c"
    ],
    "album": "Ultimate Funk",
    "release_id": "b78d3707-1a76-4093-bbed-3fd85c3b2589",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}