Information about plays

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

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

{
    "id": 2679681,
    "uri": "https://api.kexp.org/v2/plays/2679681/?format=api",
    "airdate": "2019-12-29T19:00:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Do U Want Me 2 Do?",
    "track_id": "6caa5599-73a2-3e82-9a3e-cde76e66d10c",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Musicology",
    "release_id": "14eac0a8-bc25-4e03-b6b6-4225c0ff9162",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2004-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}