Information about plays

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

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

{
    "id": 462041,
    "uri": "https://api.kexp.org/v2/plays/462041/?format=api",
    "airdate": "2001-09-02T09:24:00-07:00",
    "show": 7844,
    "show_uri": "https://api.kexp.org/v2/shows/7844/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S4S8GA9EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S4S8GA9EL._SL75_.jpg",
    "song": "Louise",
    "track_id": "50243940-1b3e-463e-ba7f-c1c36f9b415b",
    "recording_id": null,
    "artist": "John Lee Hooker",
    "artist_ids": [
        "b0122194-c49a-46a1-ade7-84d1d76bd8e9"
    ],
    "album": "The Cream",
    "release_id": "86f100ce-7d83-4d55-ab23-8ad0cf1c3871",
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "label_ids": [],
    "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"
}