Information about plays

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

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

{
    "id": 2682205,
    "uri": "https://api.kexp.org/v2/plays/2682205/?format=api",
    "airdate": "2020-01-04T22:23:23-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 People in a Room",
    "track_id": "b4f1bfb6-e076-3b1d-af40-fc64e9b8e323",
    "recording_id": null,
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Document and Eyewitness",
    "release_id": "2a6bfc37-03e8-4a83-a267-d7d701d28b32",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The recording was made on an eight track tape recorder that was set up incorrectly, resulting in a distorted two track mix.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}