Information about plays

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

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

{
    "id": 2676105,
    "uri": "https://api.kexp.org/v2/plays/2676105/?format=api",
    "airdate": "2019-12-20T22:15:00-08:00",
    "show": 46188,
    "show_uri": "https://api.kexp.org/v2/shows/46188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El barrio",
    "track_id": "f06240ac-4672-3361-b114-1f50b992af6a",
    "recording_id": null,
    "artist": "Hurricane G",
    "artist_ids": [
        "5a03e6f8-a725-4638-9bc5-2e26555d1a4c"
    ],
    "album": "All Woman",
    "release_id": "aa1ea6d4-b583-4d65-ad63-35c86fabfcd0",
    "release_group_id": null,
    "labels": [
        "H.O.L.A. Recordings"
    ],
    "label_ids": [
        "92b39d3f-23ac-4694-a8a0-e8df5432543a"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}