Information about plays

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

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

{
    "id": 376146,
    "uri": "https://api.kexp.org/v2/plays/376146/?format=api",
    "airdate": "2019-09-03T17:28:05-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/b56191a4-a8ca-42d9-b722-0db6d5ab858b/23923954436-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Well",
    "track_id": "7ea8aad0-f0f2-4adc-93e7-16b173b9d7d2",
    "recording_id": null,
    "artist": "Jay Som",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "album": "Anak Ko",
    "release_id": "b56191a4-a8ca-42d9-b722-0db6d5ab858b",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read an interview Jay Som did with KEXP's Dusty Henry on the release of her new album, Anak Ko: https://www.kexp.org/read/2019/8/23/comfort-change-and-tenderness-jay-som-her-dazzling-new-album-anak-ko/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}