Information about plays

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

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

{
    "id": 2679900,
    "uri": "https://api.kexp.org/v2/plays/2679900/?format=api",
    "airdate": "2019-12-30T09:09:50-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/2f3eb520-4126-40a7-9089-6876a2c45b67/2285513543-250.jpg",
    "thumbnail_uri": "",
    "song": "There Is a Light That Never Goes Out",
    "track_id": "d46141e2-3593-3218-b4ee-af053e8a6020",
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "The Queen Is Dead",
    "release_id": "2f3eb520-4126-40a7-9089-6876a2c45b67",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1986-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}