Information about plays

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

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

{
    "id": 418239,
    "uri": "https://api.kexp.org/v2/plays/418239/?format=api",
    "airdate": "2001-04-25T20:42:21-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eJZi3SkkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eJZi3SkkL._SL75_.jpg",
    "song": "Uncle Bob's Midnight Blues",
    "track_id": "56d88a41-350a-4aeb-a16c-c0e9bc3b203e",
    "recording_id": null,
    "artist": "Randy Newman",
    "artist_ids": [
        "da7bb7d8-557d-4635-9ca1-e6e985525bd5"
    ],
    "album": "12 Songs",
    "release_id": "f865b71c-c9ed-4991-82f3-1b12a7360e6d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1970-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}