Information about plays

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

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

{
    "id": 350677,
    "uri": "https://api.kexp.org/v2/plays/350677/?format=api",
    "airdate": "2019-07-06T01:23:37-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love & Hate",
    "track_id": "13dab5ef-6193-420b-a9f6-61802f8cb0ae",
    "recording_id": null,
    "artist": "Encore",
    "artist_ids": [
        "c7d98ba8-94d6-4ffc-b01d-0c4b0b07bda7"
    ],
    "album": "Self Preservation",
    "release_id": "6fa309e2-b190-49ec-877c-bce60a0fe41f",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}