Information about plays

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

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

{
    "id": 345694,
    "uri": "https://api.kexp.org/v2/plays/345694/?format=api",
    "airdate": "2019-06-24T21:50:00-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thinking of You (Conversion mix)",
    "track_id": "b691cd1c-1a32-3c5c-82f1-b4bc43b8d7f6",
    "recording_id": null,
    "artist": "Sister Sledge",
    "artist_ids": [
        "1ed00158-c6a3-45cd-819c-2f91997fc480"
    ],
    "album": "Thinking of You ('93 Mixes)",
    "release_id": "5df65128-697a-44a2-9542-508f0562eeaa",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1993-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original by Sister Sledge was written and produced by Nile Rodgers and Bernard Edwards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}