Information about plays

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

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

{
    "id": 425501,
    "uri": "https://api.kexp.org/v2/plays/425501/?format=api",
    "airdate": "2001-05-17T20:15:47-07:00",
    "show": 7138,
    "show_uri": "https://api.kexp.org/v2/shows/7138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GPXZK9J5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GPXZK9J5L._SL75_.jpg",
    "song": "Cold Cheater's Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "The Del McCoury Band",
    "artist_ids": [
        "7e5a0c3f-339a-4e5d-aed0-1946112b4a66"
    ],
    "album": "A Deeper Shade of Blue",
    "release_id": "804ce589-f452-46da-80cf-37feb76db277",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}