Information about plays

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

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

{
    "id": 424067,
    "uri": "https://api.kexp.org/v2/plays/424067/?format=api",
    "airdate": "2001-05-13T17:03:45-07:00",
    "show": 7111,
    "show_uri": "https://api.kexp.org/v2/shows/7111/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EP-N2dcEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EP-N2dcEL._SL75_.jpg",
    "song": "Sex With Al",
    "track_id": "1d9ac368-107f-4f5c-bb7c-cd501b094f7a",
    "recording_id": null,
    "artist": "John Lurie",
    "artist_ids": [
        "ecf89d69-b832-4194-bddf-ce4459d2bd3b"
    ],
    "album": "African Swim and Manny & Lo",
    "release_id": "864bee61-7f9b-462c-9556-962a437b8033",
    "release_group_id": null,
    "labels": [
        "Strange & Beautiful"
    ],
    "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"
}