Information about plays

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

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

{
    "id": 2677446,
    "uri": "https://api.kexp.org/v2/plays/2677446/?format=api",
    "airdate": "2019-12-24T06:25:25-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "https://coverartarchive.org/release/49afde89-898e-42ad-a5bd-34c488b7b5d9/7786651414-250.jpg",
    "thumbnail_uri": "",
    "song": "The Kindness of Strangers",
    "track_id": "cf203921-416a-35ea-ab51-c9995aef928e",
    "recording_id": null,
    "artist": "The American Analog Set",
    "artist_ids": [
        "7f5dde96-1573-4491-9673-f03fe7c5caaa"
    ],
    "album": "Know by Heart",
    "release_id": "49afde89-898e-42ad-a5bd-34c488b7b5d9",
    "release_group_id": null,
    "labels": [
        "Tiger Style Records"
    ],
    "label_ids": [
        "afe8e1b0-0066-4637-af02-43b521f0fffd"
    ],
    "release_date": "2001-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're wondering why this sounds like Death Cab for Cutie, its because Ben Gibbard sings on this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}