Information about plays

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

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

{
    "id": 485131,
    "uri": "https://api.kexp.org/v2/plays/485131/?format=api",
    "airdate": "2001-11-10T01:00:00-08:00",
    "show": 8292,
    "show_uri": "https://api.kexp.org/v2/shows/8292/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nPJ-tvHGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nPJ-tvHGL._SL75_.jpg",
    "song": "Free Jazz",
    "track_id": "63d5ffac-f070-432f-bfd2-1253d11cac0c",
    "recording_id": null,
    "artist": "The Ornette Coleman Double Quartet",
    "artist_ids": [
        "b58f48bb-6e78-4e53-8e85-35d337ad15e7"
    ],
    "album": "Free Jazz: A Collective Improvisation",
    "release_id": "e9344f1c-b48e-4bc1-8b11-f4d1d63e6e30",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}