Information about plays

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

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

{
    "id": 1391396,
    "uri": "https://api.kexp.org/v2/plays/1391396/?format=api",
    "airdate": "2008-06-29T03:56:39-07:00",
    "show": 24284,
    "show_uri": "https://api.kexp.org/v2/shows/24284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throw That Metal",
    "track_id": "7248abd1-ae1d-4fe7-8547-ac71b89d00c8",
    "recording_id": null,
    "artist": "I Heart Hiroshima",
    "artist_ids": [
        "067b9de0-5633-4a89-a624-2862b81e266d"
    ],
    "album": "Tuff Teef",
    "release_id": "dc77c1a1-f8cb-4921-8d6d-0e3a4f142b48",
    "release_group_id": null,
    "labels": [
        "Valve Records"
    ],
    "label_ids": [
        "9f55588b-a89b-45d2-8de7-05e74d0cf169"
    ],
    "release_date": "2007-08-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}