Information about plays

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

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

{
    "id": 350609,
    "uri": "https://api.kexp.org/v2/plays/350609/?format=api",
    "airdate": "2019-07-05T21:49:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby",
    "track_id": "8e5eef28-a415-3232-ad04-d201c92f0a1e",
    "recording_id": null,
    "artist": "Brandy",
    "artist_ids": [
        "01e60eba-52df-4694-8f09-39f43abe54e9"
    ],
    "album": "Brandy",
    "release_id": "5a943fe7-ca90-4a5f-b207-114739c0abfe",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1994-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the 1994 video for Brandy's 'Baby' here: https://www.youtube.com/watch?v=zJzMlOXwOto",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}