Information about plays

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

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

{
    "id": 457049,
    "uri": "https://api.kexp.org/v2/plays/457049/?format=api",
    "airdate": "2001-08-18T15:12:00-07:00",
    "show": 7739,
    "show_uri": "https://api.kexp.org/v2/shows/7739/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61nZjbbPUOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61nZjbbPUOL._SL75_.jpg",
    "song": "Spill The Wine",
    "track_id": "4684bb3f-abb6-46ed-865f-7732d6f19138",
    "recording_id": null,
    "artist": "Los Mocosos",
    "artist_ids": [
        "37f79214-7675-4145-8b0a-be2e3137f72b"
    ],
    "album": "Shades Of Brown",
    "release_id": "af45ab2b-a45c-4745-b10d-512816fb3137",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "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"
}