Information about plays

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

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

{
    "id": 1257878,
    "uri": "https://api.kexp.org/v2/plays/1257878/?format=api",
    "airdate": "2007-07-22T22:06:00-07:00",
    "show": 22029,
    "show_uri": "https://api.kexp.org/v2/shows/22029/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ghqFyNf1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ghqFyNf1L._SL75_.jpg",
    "song": "Take Away (feat. Jon Jon)",
    "track_id": "683b7e4a-f1f6-4847-a16a-8e6a98eb8d26",
    "recording_id": null,
    "artist": "Michal Ho",
    "artist_ids": [
        "dda62877-492a-4cc4-8510-ab67367cabe2"
    ],
    "album": "Freakshow: Cocoon Ibiza Summer Mix (disc 1: André Galluzzi in the mix)",
    "release_id": "c88fd3ad-5625-49ef-b945-48121c69f45d",
    "release_group_id": null,
    "labels": [
        "Tuning Spork"
    ],
    "label_ids": [
        "835ecf13-62a3-46d3-aac9-f4f352747cd8"
    ],
    "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"
}