Information about plays

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

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

{
    "id": 2676079,
    "uri": "https://api.kexp.org/v2/plays/2676079/?format=api",
    "airdate": "2019-12-20T20:25:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nganga Kisi",
    "track_id": "123227ef-c66c-3775-a8d1-b075ec522837",
    "recording_id": null,
    "artist": "Ricardo Lemvo",
    "artist_ids": [],
    "album": "São Salvador",
    "release_id": "889bdf95-cb97-4c4b-a109-6857cdedf7a7",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2000-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Afro-Cuban music from L.A. https://www.makinaloca.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}