Information about plays

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

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

{
    "id": 454572,
    "uri": "https://api.kexp.org/v2/plays/454572/?format=api",
    "airdate": "2001-08-11T13:24:00-07:00",
    "show": 7692,
    "show_uri": "https://api.kexp.org/v2/shows/7692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HooJv-CrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HooJv-CrL._SL75_.jpg",
    "song": "The Last Mile",
    "track_id": "f0963e2d-5502-4834-a4d1-0d530ca84c2b",
    "recording_id": null,
    "artist": "Badmarsh & Shri",
    "artist_ids": [
        "6faf0844-7fe3-4021-9ffe-e0ecccd517ec"
    ],
    "album": "Signs",
    "release_id": "cb820cb9-3fe0-4bfb-bb89-e70f29349499",
    "release_group_id": null,
    "labels": [
        "Nutone/Nettwerk"
    ],
    "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"
}