Information about plays

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

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

{
    "id": 1383776,
    "uri": "https://api.kexp.org/v2/plays/1383776/?format=api",
    "airdate": "2008-06-10T01:21:12-07:00",
    "show": 24160,
    "show_uri": "https://api.kexp.org/v2/shows/24160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back To Black",
    "track_id": null,
    "recording_id": null,
    "artist": "Amy Winehouse ",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Q Live From Glastonbury",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eye Q Records"
    ],
    "label_ids": [
        "cf8942d4-44e8-4323-9d6e-bac40699476b"
    ],
    "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"
}