Information about plays

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

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

{
    "id": 2681248,
    "uri": "https://api.kexp.org/v2/plays/2681248/?format=api",
    "airdate": "2020-01-02T14:46:10-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugar Water",
    "track_id": "cc518820-6836-3d44-9a1c-1d56b6288fc6",
    "recording_id": null,
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Super Relax",
    "release_id": "c7399d24-4d15-475a-b6c1-9f9e262fd39d",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This video, amiright!? https://www.youtube.com/watch?v=EN9auBn6Jys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}