Information about plays

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

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

{
    "id": 2677892,
    "uri": "https://api.kexp.org/v2/plays/2677892/?format=api",
    "airdate": "2019-12-25T10:06:00-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fairytale of New York",
    "track_id": "efae3a00-cf92-443a-84a3-a13267b03264",
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [],
    "album": "If I Should Fall From Grace / Peace and Love",
    "release_id": "1cb4c6a0-3357-4333-8a36-d60738143763",
    "release_group_id": null,
    "labels": [
        "wea"
    ],
    "label_ids": [],
    "release_date": "2003-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}