Information about plays

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

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

{
    "id": 2678740,
    "uri": "https://api.kexp.org/v2/plays/2678740/?format=api",
    "airdate": "2019-12-27T10:09:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tightrope",
    "track_id": null,
    "recording_id": null,
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The ArchAndroid",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "2010-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Monáe says that 'Tightrope' is \"basically dealing with how in life it's important to keep your balance and not get too high or low about things during the time when you're either being praised or being criticized. Which is something that, as artists, Big Boi and I could both relate to, because there are so many peaks and dips along the journey of just being an artist on the road to success.\" https://www.jmonae.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}