Information about plays

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

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

{
    "id": 2682322,
    "uri": "https://api.kexp.org/v2/plays/2682322/?format=api",
    "airdate": "2020-01-05T04:17:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Rebel - Version 4",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "The Complete Upsetter Collection",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Influential producer Lee 'Scratch' Perry produced the first Wailers album to be released outside of Jaimaica, 'Soul Rebel' dropped 50 years ago in 1970. He performed at KEXP in 2016 with Subatomic Sound System. https://www.youtube.com/watch?v=iTNam6GbJYg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}