Information about plays

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

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

{
    "id": 343657,
    "uri": "https://api.kexp.org/v2/plays/343657/?format=api",
    "airdate": "2019-06-19T22:00:27-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Love the Lord, He Heard My Cry (Parts I & II)",
    "track_id": "7e205250-e7b1-31e9-8830-77e9f2d1f0d8",
    "recording_id": null,
    "artist": "Donny Hathaway",
    "artist_ids": [
        "3f6ae36d-ffdb-40cf-98e6-8023cb1c41c9"
    ],
    "album": "Extension of a Man",
    "release_id": "28127bdd-8616-490c-b9cf-b5ed4f0782be",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Danny Hathaway's last recorded album, an orchestral arrangement of a traditional call & response that goes back centuries in Black churches.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}