Information about plays

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

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

{
    "id": 2670951,
    "uri": "https://api.kexp.org/v2/plays/2670951/?format=api",
    "airdate": "2019-12-09T11:07:49-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feast on My Heart",
    "track_id": "82f0c38e-044f-38f3-a8e7-6e3ca463de7c",
    "recording_id": null,
    "artist": "Pylon",
    "artist_ids": [
        "5f895285-0598-4a03-a10f-ac171746ef45"
    ],
    "album": "Hits",
    "release_id": "1d9fa967-2f63-4e46-92de-e53f46ed82e7",
    "release_group_id": null,
    "labels": [
        "DB Recs"
    ],
    "label_ids": [
        "f4f93634-1df8-4e31-be7f-46f799166bec"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feast on My Heart, is off Gyrate the debut studio album by American rock band Pylon, released in 1980",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}