Information about plays

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

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

{
    "id": 2675873,
    "uri": "https://api.kexp.org/v2/plays/2675873/?format=api",
    "airdate": "2019-12-20T09:52:45-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb75cb8d-efda-4861-8c3f-a640de460d7a/18929758146-250.jpg",
    "thumbnail_uri": "",
    "song": "Bad Habit",
    "track_id": "6ceed3b1-33fe-47a4-845d-7950a9af3ebb",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Holy Fire",
    "release_id": "eb75cb8d-efda-4861-8c3f-a640de460d7a",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2013-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 12.  Is it a revelation that John likes this band? \"Holy Fire' was their third studio album and it came out in February, 2013. See Foals performing it live at London's Royal Albert Hall in 2013: https://www.youtube.com/watch?v=1aRlnq6ywR4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}