Information about plays

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

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

{
    "id": 354829,
    "uri": "https://api.kexp.org/v2/plays/354829/?format=api",
    "airdate": "2019-07-15T22:00:38-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oblivion",
    "track_id": "04d6d72f-6376-440d-bd12-e028c5ad358f",
    "recording_id": null,
    "artist": "Grimes",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Visions",
    "release_id": "a47ba8a2-2e8a-41a7-a7db-33db2990307f",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Claire Elise Boucher, known professionally as Grimes, was born and raised in Vancouver, Grimes began releasing music independently in the late 2000s, releasing two albums, Geidi Primes and Halfaxa in 2010 on Arbutus Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}