Information about plays

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

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

{
    "id": 2680879,
    "uri": "https://api.kexp.org/v2/plays/2680879/?format=api",
    "airdate": "2020-01-01T16:14:33-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drnuk",
    "track_id": "f7b24bd2-a4f5-4512-b71f-1b1284c8e2fb",
    "recording_id": null,
    "artist": "Berhana",
    "artist_ids": [
        "375b0e8d-bff2-4ce0-a787-762a2878ac06"
    ],
    "album": "HAN",
    "release_id": "593df66c-9221-45f4-ac8e-956047831b8b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amain Berhane better known as Berhana is an American singer-songwriter.\nHe was born near Atlanta, Georgia in an Ethiopian family. Growing up, he wrote songs and sang in church. He studied screenwriting at The New School in New York City, and there started to realize music was something he wanted to pursue more seriously.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}