Information about plays

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

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

{
    "id": 2677537,
    "uri": "https://api.kexp.org/v2/plays/2677537/?format=api",
    "airdate": "2019-12-24T12:24:54-08:00",
    "show": 46217,
    "show_uri": "https://api.kexp.org/v2/shows/46217/?format=api",
    "image_uri": "https://coverartarchive.org/release/18f04f71-9c33-4a98-b9f6-a23a919da573/24374404046-250.jpg",
    "thumbnail_uri": "",
    "song": "Heavy Like the World",
    "track_id": "a6be276a-b6a7-4182-ab8a-5b7fa3947001",
    "recording_id": null,
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Sweating the Plague",
    "release_id": "18f04f71-9c33-4a98-b9f6-a23a919da573",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}