Information about plays

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

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

{
    "id": 434177,
    "uri": "https://api.kexp.org/v2/plays/434177/?format=api",
    "airdate": "2001-06-13T07:34:17-07:00",
    "show": 7307,
    "show_uri": "https://api.kexp.org/v2/shows/7307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Lullaby (original mix)",
    "track_id": "6adbb3e3-09fb-42cf-8fed-7c352a3af2f3",
    "recording_id": null,
    "artist": "Deep Forest",
    "artist_ids": [
        "67468e38-0c90-4318-b2d2-0c18b7b1e144"
    ],
    "album": "Sweet Lullaby",
    "release_id": "0182083b-5a5b-4ca9-bcb1-5346bf3392ef",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}