Information about plays

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

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

{
    "id": 2670931,
    "uri": "https://api.kexp.org/v2/plays/2670931/?format=api",
    "airdate": "2019-12-09T10:05:03-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "https://coverartarchive.org/release/41bac416-9519-43f1-b0c9-349c5c54a535/19670748802-250.jpg",
    "thumbnail_uri": "",
    "song": "The One",
    "track_id": "8ced70c5-c2b3-4b25-be79-19cc3242cd4e",
    "recording_id": null,
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "Lost & Found",
    "release_id": "41bac416-9519-43f1-b0c9-349c5c54a535",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lost & Found is a well-paced album full of gentle vocals, catchy pop hooks and a playful relationship with the pains of youth, love and insecurity. <br><br> You can listen to Lost & Found here: https://bit.ly/2Yy4bXV",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}