Information about plays

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

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

{
    "id": 2679910,
    "uri": "https://api.kexp.org/v2/plays/2679910/?format=api",
    "airdate": "2019-12-30T09:50:00-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Schizophrenia",
    "track_id": "7f43fd13-ba54-38d1-a853-7ddd17e97ec2",
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Sister",
    "release_id": "523e0e5a-d769-3a72-b4cc-dcbe11b6ede3",
    "release_group_id": null,
    "labels": [
        "Torso"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}