Information about plays

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

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

{
    "id": 2679280,
    "uri": "https://api.kexp.org/v2/plays/2679280/?format=api",
    "airdate": "2019-12-28T21:01:22-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Your Lies",
    "track_id": "35b6613d-ce5e-45a5-b4e6-6c694d23ad73",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Ultramega OK",
    "release_id": "1d1e1764-58a3-4d3d-a5a2-44ed9f331788",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}