Information about plays

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

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

{
    "id": 2674798,
    "uri": "https://api.kexp.org/v2/plays/2674798/?format=api",
    "airdate": "2019-12-18T06:15:30-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/589f9f54-1894-36ee-99e1-a4733a860a12/9518501268-250.jpg",
    "thumbnail_uri": "",
    "song": "Larry",
    "track_id": "08882ec8-cac6-30da-89a8-7866be345749",
    "recording_id": null,
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Let Me Come Over",
    "release_id": "589f9f54-1894-36ee-99e1-a4733a860a12",
    "release_group_id": null,
    "labels": [
        "Ra Records"
    ],
    "label_ids": [
        "b68d6767-c34a-49ab-9ef2-d2d64a9e7d5e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buffalo Tom stopped by The Morning Show to play live on KEXP last year! Here's the full performance: https://bit.ly/2sGIANb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}