Information about plays

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

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

{
    "id": 344886,
    "uri": "https://api.kexp.org/v2/plays/344886/?format=api",
    "airdate": "2019-06-22T22:18:00-07:00",
    "show": 5749,
    "show_uri": "https://api.kexp.org/v2/shows/5749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Get Married",
    "track_id": "66f0a5ee-95e9-3fb9-8b39-0f6a83209b4f",
    "recording_id": null,
    "artist": "The Celibate Rifles",
    "artist_ids": [
        "c69ada58-e4e3-4398-a4be-10f736f540b0"
    ],
    "album": "Platters du Jour",
    "release_id": "be72f68f-5710-4f1b-95d2-6b62a1bb845b",
    "release_group_id": null,
    "labels": [
        "Hot Records"
    ],
    "label_ids": [
        "dea47233-1fee-4969-bd97-a1a1f68fa6bb"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}