Information about plays

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

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

{
    "id": 2680502,
    "uri": "https://api.kexp.org/v2/plays/2680502/?format=api",
    "airdate": "2019-12-31T18:30:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tar Hani",
    "track_id": "218693b5-8d4d-4793-ba97-2307c8169941",
    "recording_id": null,
    "artist": "Bombino",
    "artist_ids": [
        "d7613e57-4383-454a-8b26-b1e7c28cb740"
    ],
    "album": "Agadez",
    "release_id": "9df50b41-a30f-47ba-8348-11332b6d5691",
    "release_group_id": null,
    "labels": [
        "Cumbancha Discovery"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tar Hani translates to My Love. Check out Bombino performing live in the KEXP studio. Recorded July 21, 2018 https://www.youtube.com/watch?v=XB3NNZec-yU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}