Information about plays

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

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

{
    "id": 1257868,
    "uri": "https://api.kexp.org/v2/plays/1257868/?format=api",
    "airdate": "2007-07-22T21:35:00-07:00",
    "show": 22029,
    "show_uri": "https://api.kexp.org/v2/shows/22029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Berghain",
    "track_id": "91cc30e7-8624-4460-aef7-07ed9fa75b89",
    "recording_id": null,
    "artist": "Aril Brikha",
    "artist_ids": [
        "6f87329a-e4b2-4eb3-8bc6-5fe8460e08f0"
    ],
    "album": "Winter EP",
    "release_id": "92ff2497-6444-483c-8efc-1f02b2f650e4",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2007-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}