Information about plays

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

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

{
    "id": 2681319,
    "uri": "https://api.kexp.org/v2/plays/2681319/?format=api",
    "airdate": "2020-01-02T18:49:11-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "https://coverartarchive.org/release/05472483-8124-3552-93dd-b3c6d1e106fa/22402218939-250.jpg",
    "thumbnail_uri": "",
    "song": "This Tornado Loves You",
    "track_id": "1819429b-05c3-302d-b43e-86bf8ec48a3b",
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Middle Cyclone",
    "release_id": "05472483-8124-3552-93dd-b3c6d1e106fa",
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2009-03-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}