Information about plays

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

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

{
    "id": 2678409,
    "uri": "https://api.kexp.org/v2/plays/2678409/?format=api",
    "airdate": "2019-12-26T14:48:53-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/21486e61-5982-476c-b4ad-b1aac9a0c872/20820392134-250.jpg",
    "thumbnail_uri": "",
    "song": "Much to Touch",
    "track_id": "d2824589-9ebd-4f7e-8fd9-c42e5cf91640",
    "recording_id": null,
    "artist": "Planningtorock",
    "artist_ids": [
        "1ab8e978-9e8e-42e3-83cf-67149ecdd419"
    ],
    "album": "Powerhouse",
    "release_id": "21486e61-5982-476c-b4ad-b1aac9a0c872",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm a touch too much",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}