Information about plays

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

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

{
    "id": 1365004,
    "uri": "https://api.kexp.org/v2/plays/1365004/?format=api",
    "airdate": "2008-04-21T21:36:23-07:00",
    "show": 23835,
    "show_uri": "https://api.kexp.org/v2/shows/23835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Was Young When I Left Home",
    "track_id": "0aa7f19d-827f-4d87-bda5-adc708f3daa4",
    "recording_id": null,
    "artist": "Jenny Scheinman",
    "artist_ids": [
        "4f00df15-64ee-4596-8afc-9f84812742f1"
    ],
    "album": "Jenny Scheinman",
    "release_id": "64e0a829-0329-421f-a1f2-3870acfdd46c",
    "release_group_id": null,
    "labels": [
        "Koch Records"
    ],
    "label_ids": [
        "b85f0764-3335-4109-b15e-ac294fe305b9"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}