Information about plays

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

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

{
    "id": 1378402,
    "uri": "https://api.kexp.org/v2/plays/1378402/?format=api",
    "airdate": "2008-05-25T12:19:43-07:00",
    "show": 24057,
    "show_uri": "https://api.kexp.org/v2/shows/24057/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killer's Knife",
    "track_id": "6c3fa7ff-9bef-4dfa-b2bf-e26c5c95b09f",
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Crazy Rain",
    "release_id": "ef3f936a-ba2f-41ae-88a5-492d75e0dee3",
    "release_group_id": null,
    "labels": [
        "Lonely Astronaut Records"
    ],
    "label_ids": [
        "dbfd2f70-bfe4-4c04-ae8b-3408b6a9aaec"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}