Information about plays

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

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

{
    "id": 378081,
    "uri": "https://api.kexp.org/v2/plays/378081/?format=api",
    "airdate": "2019-09-07T21:18:21-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mucky Pup",
    "track_id": "e4681cf6-98f8-3d50-97af-4467ceac1809",
    "recording_id": null,
    "artist": "Puncture",
    "artist_ids": [
        "c4ee646a-b275-41d4-b12b-1adc452845e3"
    ],
    "album": "Mucky Pup",
    "release_id": "f20390d5-dc35-4f22-997e-fef2e9f5bb2c",
    "release_group_id": null,
    "labels": [
        "Small Wonder Records"
    ],
    "label_ids": [
        "7d329d78-1945-4551-99d3-98133f941dd0"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}