Information about plays

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

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

{
    "id": 1175060,
    "uri": "https://api.kexp.org/v2/plays/1175060/?format=api",
    "airdate": "2006-12-21T03:16:24-08:00",
    "show": 20606,
    "show_uri": "https://api.kexp.org/v2/shows/20606/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H2Q0REPJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H2Q0REPJL._SL75_.jpg",
    "song": "Turn It Out",
    "track_id": "6dc21586-6093-4914-bc3a-dabbc9e35382",
    "recording_id": null,
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Feedback",
    "release_id": "012f5265-be7c-4f8e-aa7b-1dc2ba361288",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}