Information about plays

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

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

{
    "id": 370897,
    "uri": "https://api.kexp.org/v2/plays/370897/?format=api",
    "airdate": "2019-08-22T15:25:43-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afilando los Cuchillos",
    "track_id": "d9eea6d9-ffb5-45c6-ac39-c6b1eae92819",
    "recording_id": null,
    "artist": "Residente, iLe & Bad Bunny",
    "artist_ids": [
        "b38a00f2-3746-4e9e-93de-8257ca5b1680"
    ],
    "album": "Afilando los Cuchillos",
    "release_id": "85af5f7c-ba52-4401-b2a0-4e922fc71171",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Afilando los cuchillos\" transl. \"Sharpening the Knives\" is a song by Puerto Rican musicians Bad Bunny, Residente, and iLE. It was released on July 17, 2019, in response to Ricardo Rosselló and the Telegramgate. The beat was produced by Trooko",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}