Information about plays

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

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

{
    "id": 418542,
    "uri": "https://api.kexp.org/v2/plays/418542/?format=api",
    "airdate": "2001-04-26T17:55:42-07:00",
    "show": 6992,
    "show_uri": "https://api.kexp.org/v2/shows/6992/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XKrgIusSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XKrgIusSL._SL75_.jpg",
    "song": "This Ain't Living",
    "track_id": "5c05e070-f351-4536-b78a-1088dc44b4a9",
    "recording_id": null,
    "artist": "G. Love & Special Sauce",
    "artist_ids": [
        "dbf7c761-e332-467b-b4d9-aafe06bbcf8f"
    ],
    "album": "G. Love & Special Sauce",
    "release_id": "a9bc984c-c725-4fc7-8864-7835b7bc255b",
    "release_group_id": null,
    "labels": [
        "Okeh"
    ],
    "label_ids": [
        "968ea5bb-1662-4bcd-beea-9a97ba8b30ca"
    ],
    "release_date": "1994-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}