Information about plays

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

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

{
    "id": 2682895,
    "uri": "https://api.kexp.org/v2/plays/2682895/?format=api",
    "airdate": "2020-01-06T15:21:00-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Night a D.J. Saved My Life",
    "track_id": "b4166969-2ae8-32bf-a2d4-c88fe41f1f39",
    "recording_id": null,
    "artist": "Indeep",
    "artist_ids": [
        "53382f53-cce6-4035-a7f0-a35e9f0c1215"
    ],
    "album": "Last Night a D.J. Saved My Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sound Of New York"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Has a D.J. ever saved your life? Here's the video for this Indeep song: https://www.youtube.com/watch?v=GtfZbj4J71A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}