Information about plays

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

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

{
    "id": 442054,
    "uri": "https://api.kexp.org/v2/plays/442054/?format=api",
    "airdate": "2001-07-05T22:49:05-07:00",
    "show": 7458,
    "show_uri": "https://api.kexp.org/v2/shows/7458/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6111NWyXa3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6111NWyXa3L._SL75_.jpg",
    "song": "Belo Horizonti",
    "track_id": "6d369dcb-1098-45eb-ae1e-de4417b836fa",
    "recording_id": null,
    "artist": "The Heartists",
    "artist_ids": [
        "97c6e109-a89a-4a58-b20e-0dbb2abf9249"
    ],
    "album": "Atlantic Jaxx Recordings: A Compilation",
    "release_id": "eaf1c37b-bd72-4090-959d-51bc8d6f80ee",
    "release_group_id": null,
    "labels": [
        "Atlantic Jaxx"
    ],
    "label_ids": [
        "65fa423a-ce66-4060-9228-c5ce1d8f11ce"
    ],
    "release_date": "1997-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}