Information about plays

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

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

{
    "id": 2683008,
    "uri": "https://api.kexp.org/v2/plays/2683008/?format=api",
    "airdate": "2020-01-06T22:30:01-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3fbe441-6977-4d7a-bd01-92e1d579acee/24510787406-250.jpg",
    "thumbnail_uri": "",
    "song": "Situated",
    "track_id": "96356d26-6388-4d84-8921-a5545fa8003e",
    "recording_id": null,
    "artist": "Brother Ali feat. Pharoahe Monch",
    "artist_ids": [
        "a4d62ced-2f87-488a-9c76-ab88ea7a2cbf"
    ],
    "album": "Secrets & Escapes",
    "release_id": "e3fbe441-6977-4d7a-bd01-92e1d579acee",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}