Information about plays

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

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

{
    "id": 2678345,
    "uri": "https://api.kexp.org/v2/plays/2678345/?format=api",
    "airdate": "2019-12-26T10:25:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gala Gala (Umoja remix)",
    "track_id": "c7978d27-5eb5-4de4-bbc0-885ccef80941",
    "recording_id": null,
    "artist": "Ngalah Oreyo",
    "artist_ids": [
        "356c449b-6531-4190-b99b-c6d19bb67d71"
    ],
    "album": "Gala Gala",
    "release_id": "d481d4fe-3825-4ad6-b995-99432f22d5e6",
    "release_group_id": null,
    "labels": [
        "Clubcruise Music"
    ],
    "label_ids": [],
    "release_date": "2018-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gala Gala tells the story of a village bully. It will transport you to Alego region, western Kenya, where all villages tell of his behavior and of their tiredness of all his wrong doings.\" Discover more by Ngalah Oreyo here: https://maxdoblhoff.bandcamp.com/album/ngalah-oreyo-gala-gala",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}