Information about plays

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

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

{
    "id": 462953,
    "uri": "https://api.kexp.org/v2/plays/462953/?format=api",
    "airdate": "2001-09-05T02:31:45-07:00",
    "show": 7862,
    "show_uri": "https://api.kexp.org/v2/shows/7862/?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": [
        "XL"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}