Information about plays

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

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

{
    "id": 498502,
    "uri": "https://api.kexp.org/v2/plays/498502/?format=api",
    "airdate": "2001-12-19T18:00:00-08:00",
    "show": 8555,
    "show_uri": "https://api.kexp.org/v2/shows/8555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Mean to Me",
    "track_id": "61cbd81a-64b1-4778-92e6-20168656212d",
    "recording_id": null,
    "artist": "Homesick James and His Dusters",
    "artist_ids": [
        "b2028def-6c93-43d2-b050-18e431153068"
    ],
    "album": "Chicago: The Blues Today (disc 2)",
    "release_id": "6519d009-0558-4cca-9b61-9d3991b1f576",
    "release_group_id": null,
    "labels": [
        "Vanguard Records"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}