Information about plays

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

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

{
    "id": 1277539,
    "uri": "https://api.kexp.org/v2/plays/1277539/?format=api",
    "airdate": "2007-09-10T13:48:44-07:00",
    "show": 22360,
    "show_uri": "https://api.kexp.org/v2/shows/22360/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DAH62V3JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DAH62V3JL._SL75_.jpg",
    "song": "The Hanging Garden",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Pornography",
    "release_id": "9c9bc257-f13f-4e28-a017-22c1b1189389",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}