Information about plays

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

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

{
    "id": 2675367,
    "uri": "https://api.kexp.org/v2/plays/2675367/?format=api",
    "airdate": "2019-12-19T12:37:42-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Me Back My Man",
    "track_id": "980ee97d-7e88-4c42-8a4e-bda2a8741e2e",
    "recording_id": null,
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Wild Planet",
    "release_id": "2d8863d7-d90d-43b8-866d-6057871218dc",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The B-52's released \"Give Me Back My Man\" in 1980. The song's subject matter purportedly deals with a woman whose sweetheart has been attacked by a shark.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}