Information about plays

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

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

{
    "id": 2681380,
    "uri": "https://api.kexp.org/v2/plays/2681380/?format=api",
    "airdate": "2020-01-02T21:49:44-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sea Snake Island",
    "track_id": "666d365b-0b31-4342-a8a2-2623e2843798",
    "recording_id": null,
    "artist": "Space Ghost",
    "artist_ids": [
        "1da14893-a125-4632-af7f-44d64480ba46"
    ],
    "album": "Aquarium Nightclub",
    "release_id": "faf6762f-8973-4906-8016-6fa91613d34c",
    "release_group_id": null,
    "labels": [
        "Tartelet Records"
    ],
    "label_ids": [
        "7a2efac9-692f-4b26-9f55-c42d4c608bcc"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland, California https://space-ghost.bandcamp.com/track/sea-snake-island",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}