Information about plays

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

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

{
    "id": 532460,
    "uri": "https://api.kexp.org/v2/plays/532460/?format=api",
    "airdate": "2002-03-29T06:41:49-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bx5aGu-vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bx5aGu-vL._SL75_.jpg",
    "song": "The Night You Saved My Life",
    "track_id": "c667f796-1155-4cb5-8dcf-afbf0816ba83",
    "recording_id": null,
    "artist": "Tanya Donelly",
    "artist_ids": [
        "478e2b34-bda3-48c8-81e4-77efac91f3ec"
    ],
    "album": "Beautysleep",
    "release_id": "dad3305b-ca1b-4fcb-b7ea-c11d22f5d627",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2002-02-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}