Information about plays

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

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

{
    "id": 1196583,
    "uri": "https://api.kexp.org/v2/plays/1196583/?format=api",
    "airdate": "2007-02-14T00:15:24-08:00",
    "show": 20975,
    "show_uri": "https://api.kexp.org/v2/shows/20975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Know I'm No Good (Featuring Ghostface Killah)",
    "track_id": null,
    "recording_id": null,
    "artist": "Amy Winehouse ",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Back To Black Sampler",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "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"
}