Information about plays

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

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

{
    "id": 2680869,
    "uri": "https://api.kexp.org/v2/plays/2680869/?format=api",
    "airdate": "2020-01-01T15:42:04-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Savanna",
    "track_id": "ceb9d7e7-4fe3-416e-9b83-a20c64e97aee",
    "recording_id": null,
    "artist": "Jonathan Emile",
    "artist_ids": [
        "507bfc70-60de-4c83-b9ed-94f4125f2f51"
    ],
    "album": "Spaces-In-Between",
    "release_id": "7838da16-5ef1-4da4-a9bc-266ebf35fa8d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Savanna” is the new single from Jamaican/Canadian artist Jonathan Emile, off his upcoming album Spaces-In-Between  out January 24 on Mindpeacelove / Tuff Gong International",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}