Information about plays

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

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

{
    "id": 1285824,
    "uri": "https://api.kexp.org/v2/plays/1285824/?format=api",
    "airdate": "2007-10-01T18:48:28-07:00",
    "show": 22500,
    "show_uri": "https://api.kexp.org/v2/shows/22500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hitologn'azy",
    "track_id": "f189cfa4-7d95-42e1-8af9-cb0774ac8600",
    "recording_id": null,
    "artist": "Njava",
    "artist_ids": [
        "fd507647-0a09-414c-86fb-14adf819fa77"
    ],
    "album": "Vetse",
    "release_id": "bb525e7d-17e3-44d2-a0ae-fe9ffaf5faa1",
    "release_group_id": null,
    "labels": [
        "Hemisphere"
    ],
    "label_ids": [
        "6bf3095f-45de-43dc-b9ec-0d9fb27899e7"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}