Information about plays

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

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

{
    "id": 447582,
    "uri": "https://api.kexp.org/v2/plays/447582/?format=api",
    "airdate": "2001-07-22T10:13:20-07:00",
    "show": 7565,
    "show_uri": "https://api.kexp.org/v2/shows/7565/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CO0m5b2WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CO0m5b2WL._SL75_.jpg",
    "song": "It Ain't the Same Thing",
    "track_id": "4f0cd9db-e00b-4157-937f-308a7847a2f7",
    "recording_id": null,
    "artist": "Johnny Adams",
    "artist_ids": [
        "ebb042e3-ec96-44de-80fa-65457e9c9560"
    ],
    "album": "Man of My Word",
    "release_id": "be8e100a-cb3d-4b4c-ac1d-0ca1ceafb853",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}