Information about plays

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

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

{
    "id": 2679859,
    "uri": "https://api.kexp.org/v2/plays/2679859/?format=api",
    "airdate": "2019-12-30T06:58:33-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/f137548f-500f-421a-82fe-2d0e5ffb5be8/8555104436-250.jpg",
    "thumbnail_uri": "",
    "song": "Archie, Marry Me",
    "track_id": "420128d8-d718-4fc9-81ac-03d85892e324",
    "recording_id": null,
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Alvvays",
    "release_id": "f137548f-500f-421a-82fe-2d0e5ffb5be8",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2014-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Molly Rankin of Alvvways sat down and talked with KEXP after 2018's Capitol Hill Block Party - great interview over at the blog, check it out at https://www.kexp.org/read/2018/7/30/molly-rankin-alvvays-talks-influences-inspiration-with-kexp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}