Information about plays

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

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

{
    "id": 1342342,
    "uri": "https://api.kexp.org/v2/plays/1342342/?format=api",
    "airdate": "2008-02-23T18:37:02-08:00",
    "show": 23451,
    "show_uri": "https://api.kexp.org/v2/shows/23451/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Y.M.M.W.D.S.B.",
    "track_id": "20d303aa-69e3-4a7a-acbc-73ec9ad4fd43",
    "recording_id": null,
    "artist": "Mon Frere",
    "artist_ids": [
        "1175bf74-b8f2-4e3f-af71-00ab469e4ae7"
    ],
    "album": "Blood, Sweat and Swords",
    "release_id": "c3730ab4-b9e9-4023-86ce-5a329bb532f9",
    "release_group_id": null,
    "labels": [
        "Cake Records"
    ],
    "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"
}