Information about plays

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

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

{
    "id": 2677821,
    "uri": "https://api.kexp.org/v2/plays/2677821/?format=api",
    "airdate": "2019-12-25T05:50:05-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/fad5e4b4-13ac-3f6c-9915-1f0267780df7/1485483835-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't Save Us From the Flames",
    "track_id": "565b97ce-1b40-306b-bbe8-50872dd8ff09",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Before the Dawn Heals Us",
    "release_id": "fad5e4b4-13ac-3f6c-9915-1f0267780df7",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2005-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ethereal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}