Information about plays

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

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

{
    "id": 2679451,
    "uri": "https://api.kexp.org/v2/plays/2679451/?format=api",
    "airdate": "2019-12-29T05:25:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Use This Gospel (feat. Clipse & Kenny G)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kanye West",
    "artist_ids": [
        "164f0d73-1234-4e2c-8743-d77bf2191051"
    ],
    "album": "JESUS IS KING",
    "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": "Clipse brothers, No Malice and Pusha T join Kenny G on Kanye West's new track 'Use This Gospel' off of his 2019 release 'JESUS IS KING'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}