Information about plays

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

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

{
    "id": 1263587,
    "uri": "https://api.kexp.org/v2/plays/1263587/?format=api",
    "airdate": "2007-08-06T08:46:15-07:00",
    "show": 22128,
    "show_uri": "https://api.kexp.org/v2/shows/22128/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HEXJ1JETL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HEXJ1JETL._SL75_.jpg",
    "song": "No Regrets",
    "track_id": "05fc2669-c7ad-4157-96c8-73cfda995a3d",
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "The Cowboy & the Lady",
    "release_id": "0f93d6a5-de56-4159-bbc1-872c7ecbddf9",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "1968-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}