Information about plays

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

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

{
    "id": 2678413,
    "uri": "https://api.kexp.org/v2/plays/2678413/?format=api",
    "airdate": "2019-12-26T15:00:34-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/6093dbd4-40a3-442d-a21b-1e9b899a8960/18203318979-250.jpg",
    "thumbnail_uri": "",
    "song": "Hey Heartbreaker",
    "track_id": "5ccf1104-d3df-45ea-b8a1-7d6e820a1b45",
    "recording_id": null,
    "artist": "Dream Wife",
    "artist_ids": [
        "e83563e8-c8b2-4282-b960-6a7721acdbbb"
    ],
    "album": "Dream Wife",
    "release_id": "6093dbd4-40a3-442d-a21b-1e9b899a8960",
    "release_group_id": null,
    "labels": [
        "Lucky Number"
    ],
    "label_ids": [
        "368777fe-930d-4746-9b7c-e7d506b9f154"
    ],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dream Wife played live for KEXP at Iceland Airwaves in 2016, check it out: https://bit.ly/2qatmTF.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}