Information about plays

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

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

{
    "id": 348572,
    "uri": "https://api.kexp.org/v2/plays/348572/?format=api",
    "airdate": "2019-07-01T09:11:35-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/346f82ce-7fd7-49dd-a3e9-5f940d72156f/6574637973-250.jpg",
    "thumbnail_uri": "",
    "song": "Space (I Believe In)",
    "track_id": "e9955174-ad17-3b2d-bd78-685f7baf5f2d",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Trompe le Monde",
    "release_id": "346f82ce-7fd7-49dd-a3e9-5f940d72156f",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1991-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}