Information about plays

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

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

{
    "id": 1233612,
    "uri": "https://api.kexp.org/v2/plays/1233612/?format=api",
    "airdate": "2007-05-20T22:15:00-07:00",
    "show": 21611,
    "show_uri": "https://api.kexp.org/v2/shows/21611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter",
    "track_id": "c84f37d6-4461-4ee9-a6b0-521ee93afec7",
    "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"
}