Information about plays

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

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

{
    "id": 1195488,
    "uri": "https://api.kexp.org/v2/plays/1195488/?format=api",
    "airdate": "2007-02-11T00:31:45-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AYqwJjGvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AYqwJjGvL._SL75_.jpg",
    "song": "On",
    "track_id": "f8c7d9c6-09e4-47cf-b67c-20dbc4b6967c",
    "recording_id": null,
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "A Weekend in the City",
    "release_id": "badee484-ef65-45fc-9919-85d7eb5c40ef",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}