Information about plays

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

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

{
    "id": 375689,
    "uri": "https://api.kexp.org/v2/plays/375689/?format=api",
    "airdate": "2019-09-02T17:25:16-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/698ed14a-3929-4729-bdcc-98958b0302fa/18480378425-250.jpg",
    "thumbnail_uri": "",
    "song": "You're Gonna Miss Me",
    "track_id": "e863b5fe-b4da-49b0-b0c5-1ad4a027c24e",
    "recording_id": null,
    "artist": "13th Floor Elevators",
    "artist_ids": [
        "1964494f-9f1a-41c1-b054-80ef3b95025c"
    ],
    "album": "7th Heaven: Music of the Spheres, the Complete Singles Collection",
    "release_id": "698ed14a-3929-4729-bdcc-98958b0302fa",
    "release_group_id": null,
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rock band based out of Austin formed in the '60s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}