Information about plays

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

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

{
    "id": 515418,
    "uri": "https://api.kexp.org/v2/plays/515418/?format=api",
    "airdate": "2002-02-07T20:02:00-08:00",
    "show": 8886,
    "show_uri": "https://api.kexp.org/v2/shows/8886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Loved This Better Than You Knew",
    "track_id": "a91ff598-ef9b-4098-b3d6-5cddf7567140",
    "recording_id": null,
    "artist": "The Carter Family",
    "artist_ids": [
        "29c5b1fb-5dcc-4499-b225-4ceeeb8a73d1"
    ],
    "album": "Gold Watch and Chain: Their Complete Victor Recordings, 1933-34",
    "release_id": "6320853e-7ec3-4bcd-8b93-bff9bc23f52b",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}