Information about plays

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

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

{
    "id": 530055,
    "uri": "https://api.kexp.org/v2/plays/530055/?format=api",
    "airdate": "2002-03-22T17:57:12-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y7QHHX54L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y7QHHX54L._SL75_.jpg",
    "song": "Truck Driver's Ride",
    "track_id": "aeeef221-3094-4669-bb5e-bf7937b6b89e",
    "recording_id": null,
    "artist": "Speedy West & Jimmy Bryant",
    "artist_ids": [
        "1f70a684-ed71-4cf0-8d79-269493a9c906"
    ],
    "album": "Swingin' on the Strings: The Speedy West & Jimmy Bryant Collection, Volume 2",
    "release_id": "a7a787c1-b867-4aac-80d1-2d33633d86da",
    "release_group_id": null,
    "labels": [
        "Razor And Tie"
    ],
    "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"
}