Information about plays

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

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

{
    "id": 457289,
    "uri": "https://api.kexp.org/v2/plays/457289/?format=api",
    "airdate": "2001-08-19T12:44:00-07:00",
    "show": 7747,
    "show_uri": "https://api.kexp.org/v2/shows/7747/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b1BaRUi7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b1BaRUi7L._SL75_.jpg",
    "song": "Get To Know Ya",
    "track_id": "7acf728c-b3f6-4318-9f84-e4dc93ff86fd",
    "recording_id": null,
    "artist": "Maxwell",
    "artist_ids": [
        "d252cca8-8214-43e5-b81a-101eb4a1447e"
    ],
    "album": "Now",
    "release_id": "f7f3e4b7-be5f-4b88-a5a0-bc4606627d82",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}