Information about plays

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

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

{
    "id": 429627,
    "uri": "https://api.kexp.org/v2/plays/429627/?format=api",
    "airdate": "2001-05-30T14:09:28-07:00",
    "show": 7221,
    "show_uri": "https://api.kexp.org/v2/shows/7221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Je t'aime... moi non plus",
    "track_id": "1d697af3-15af-409a-b94e-7ecd30defc3e",
    "recording_id": null,
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Great Jewish Music: Serge Gainsbourg",
    "release_id": "effe6488-76e8-45bd-9b27-1f2bc1601584",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}