Information about plays

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

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

{
    "id": 1196213,
    "uri": "https://api.kexp.org/v2/plays/1196213/?format=api",
    "airdate": "2007-02-13T01:16:15-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U.F.O.",
    "track_id": "768f8c9f-3128-4f60-97f4-1ff0584365af",
    "recording_id": null,
    "artist": "Coho",
    "artist_ids": [
        "6bedab2e-ce4e-4cda-a0f6-18aa7823c4af"
    ],
    "album": "Things Change",
    "release_id": "2c6f0dce-74ac-40f5-ba29-9203b2471b59",
    "release_group_id": null,
    "labels": [
        "Lujo Records"
    ],
    "label_ids": [
        "9bf9f645-5f9d-42b7-a0db-66d2575f0523"
    ],
    "release_date": "2006-11-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}