Information about plays

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

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

{
    "id": 2675705,
    "uri": "https://api.kexp.org/v2/plays/2675705/?format=api",
    "airdate": "2019-12-20T03:07:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It'll All Be Over",
    "track_id": "8d62d339-5f1a-4796-adc1-46d739040df0",
    "recording_id": null,
    "artist": "The Supreme Jubilees",
    "artist_ids": [
        "a380460c-029c-481a-a8c7-0ccc0a7369db"
    ],
    "album": "It'll All Be Over",
    "release_id": "d60eb317-cad3-4db5-8bbc-9043f6144c4f",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2015-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}