Information about plays

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

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

{
    "id": 1195967,
    "uri": "https://api.kexp.org/v2/plays/1195967/?format=api",
    "airdate": "2007-02-12T10:41:03-08:00",
    "show": 20966,
    "show_uri": "https://api.kexp.org/v2/shows/20966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Romantic",
    "track_id": "16d3faa8-50b8-4327-9519-c222658123da",
    "recording_id": null,
    "artist": "Walter Meego",
    "artist_ids": [
        "c2a07c94-6fd8-41fb-9b36-d35f3b4b51cd"
    ],
    "album": "Romantic",
    "release_id": "77e513c0-2d7b-4417-a3ec-1da1200fbaf3",
    "release_group_id": null,
    "labels": [
        "Brilliante Records"
    ],
    "label_ids": [
        "c3a35534-96f7-47ff-a517-86738bf0032b"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}