Information about plays

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

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

{
    "id": 1356229,
    "uri": "https://api.kexp.org/v2/plays/1356229/?format=api",
    "airdate": "2008-03-30T19:33:00-07:00",
    "show": 23687,
    "show_uri": "https://api.kexp.org/v2/shows/23687/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Love",
    "track_id": "ca7b2b56-194e-4be1-bd09-711e523baa60",
    "recording_id": null,
    "artist": "Sheek Louch",
    "artist_ids": [
        "339ed05f-5f9f-4222-8e95-5bf5ec3af22a"
    ],
    "album": "Promo Only: Urban Club, March 2008 (disc 1)",
    "release_id": "60a2b8da-bf39-40df-b714-8cd5dfa1a87a",
    "release_group_id": null,
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": "2008-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}