Information about plays

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

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

{
    "id": 431773,
    "uri": "https://api.kexp.org/v2/plays/431773/?format=api",
    "airdate": "2001-06-06T02:55:23-07:00",
    "show": 7263,
    "show_uri": "https://api.kexp.org/v2/shows/7263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tr3o4kd9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tr3o4kd9L._SL75_.jpg",
    "song": "Something in the Way",
    "track_id": "7742f0cb-bec7-4da9-bda5-573aa11f0810",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": "8e061dc4-790e-4587-ba53-011e7852f88d",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}