Information about plays

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

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

{
    "id": 347173,
    "uri": "https://api.kexp.org/v2/plays/347173/?format=api",
    "airdate": "2019-06-27T21:50:00-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Live up to the Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Marcus Gad",
    "artist_ids": [
        "ce2601bc-e169-45c4-8f58-5b6cde5410f7"
    ],
    "album": "Enter a Space",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baco Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blessed with a free mind and an almost otherworldly gift of expressing his thoughts and feelings in song, Marcus Gad has developed into an eye opening person both on and off stage. With his EP Enter A Space (Baco Records), he released a magic piece of art that soothes and nourishes the agitated soul of our times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}