Information about plays

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

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

{
    "id": 2680875,
    "uri": "https://api.kexp.org/v2/plays/2680875/?format=api",
    "airdate": "2020-01-01T16:02:23-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/64990800-4e35-4dea-b187-dc8f6963044f/24860374789-250.jpg",
    "thumbnail_uri": "",
    "song": "Eternal Light",
    "track_id": "4675379d-f61f-47ab-ab0b-a9e00f344423",
    "recording_id": null,
    "artist": "Free Nationals feat. Chronixx",
    "artist_ids": [
        "a536dd07-131b-48ef-ab47-141b752ba082"
    ],
    "album": "Free Nationals",
    "release_id": "64990800-4e35-4dea-b187-dc8f6963044f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anyone who’s followed Anderson .Paak’s rise over the past four years will already be well acquainted with his dexterous live band the Free Nationals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}