Information about plays

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

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

{
    "id": 2682778,
    "uri": "https://api.kexp.org/v2/plays/2682778/?format=api",
    "airdate": "2020-01-06T08:40:23-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sirens",
    "track_id": "971c14a9-2961-4aa2-ad6b-9ce8852b583a",
    "recording_id": null,
    "artist": "Silverbacks",
    "artist_ids": [
        "85e28ce6-1fa6-4c6e-86fb-b27a81a59b96"
    ],
    "album": "Sirens",
    "release_id": "ac9f0ea8-d47f-4e05-b3c7-d525f7acf3d4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Silverbacks are a Dublin-based five-piece...and singer Daniel O’Kelly says, “In ‘Sirens,’ the narrator misses riots and important protests taking place in his city because he’s too preoccupied with writing the perfect soundtrack for what is happening.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}