Information about plays

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

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

{
    "id": 489780,
    "uri": "https://api.kexp.org/v2/plays/489780/?format=api",
    "airdate": "2001-11-23T22:38:00-08:00",
    "show": 8384,
    "show_uri": "https://api.kexp.org/v2/shows/8384/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GI%2B7vtmcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GI%2B7vtmcL._SL75_.jpg",
    "song": "Hadasha",
    "track_id": "653be982-d40a-410f-a535-411440684709",
    "recording_id": null,
    "artist": "John Zorn",
    "artist_ids": [
        "7ec4a553-73e5-4c0d-a071-a82b83a309e6"
    ],
    "album": "The Circle Maker (disc 1: Issachar)",
    "release_id": "be871ab4-7256-45a7-9c85-a7301c374cd9",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "1998-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}