Information about plays

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

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

{
    "id": 352598,
    "uri": "https://api.kexp.org/v2/plays/352598/?format=api",
    "airdate": "2019-07-10T14:10:17-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Connected",
    "track_id": "234a0681-1eea-33df-b35d-22288dd96e77",
    "recording_id": null,
    "artist": "Stereo MCs",
    "artist_ids": [
        "5e0ca89b-f5a6-4034-af31-17f10ff5a7d2"
    ],
    "album": "Connected",
    "release_id": "11ed3dd1-8efa-4c40-81b3-e3e2801f6e49",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1993-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Connected\" samples \"Let Me (Let Me Be Your Lover)\" by Jimmy \"Bo\" Horne, and appears in the films 'Hacker' and 'Saving Silverman'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}