Information about plays

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

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

{
    "id": 530292,
    "uri": "https://api.kexp.org/v2/plays/530292/?format=api",
    "airdate": "2002-03-23T10:12:00-08:00",
    "show": 9177,
    "show_uri": "https://api.kexp.org/v2/shows/9177/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Cns0bS50L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Cns0bS50L._SL75_.jpg",
    "song": "Mass Out",
    "track_id": "6c87e6b0-710d-4674-9d3b-b2416a6b07ee",
    "recording_id": null,
    "artist": "Pinchers",
    "artist_ids": [
        "208c7a3b-4bca-49e3-87f3-376789a109a5"
    ],
    "album": "Under Mi Sleng Teng: The Dawning of Digital Reggae (disc 1)",
    "release_id": "dcb17b85-971f-478c-b895-28bc10b88759",
    "release_group_id": null,
    "labels": [
        "Ras"
    ],
    "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"
}