Information about plays

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

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

{
    "id": 1375953,
    "uri": "https://api.kexp.org/v2/plays/1375953/?format=api",
    "airdate": "2008-05-19T08:53:00-07:00",
    "show": 24017,
    "show_uri": "https://api.kexp.org/v2/shows/24017/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shape of My Heart",
    "track_id": "db2d2c2f-6cc7-4a0e-8b45-29fd67199afe",
    "recording_id": null,
    "artist": "Noah and the Whale",
    "artist_ids": [
        "917bc621-ad02-477d-9308-a0304c5f9727"
    ],
    "album": "Shape of My Heart",
    "release_id": "afbb5366-b151-411e-9529-27f789226499",
    "release_group_id": null,
    "labels": [
        "lost and found"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}