Information about plays

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

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

{
    "id": 2680883,
    "uri": "https://api.kexp.org/v2/plays/2680883/?format=api",
    "airdate": "2020-01-01T16:25:44-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/929e0437-c744-4f9a-b956-1f9e06deb906/23284761574-250.jpg",
    "thumbnail_uri": "",
    "song": "100 MPH",
    "track_id": "6cec73da-d2cf-4511-aab6-5a2f0a0271b0",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Originals",
    "release_id": "929e0437-c744-4f9a-b956-1f9e06deb906",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "100 MPH is the third song on Mazarati's first album Mazarati, and, three months after the album's release, 100 MPH was released as the album's second single. The track was written and largely performed by Prince.\nIn 2019, Prince's own version was released as the sixth track on the posthumous album Originals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}