Information about plays

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

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

{
    "id": 380498,
    "uri": "https://api.kexp.org/v2/plays/380498/?format=api",
    "airdate": "2019-09-13T18:43:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love and Happiness",
    "track_id": "ca09253c-9d67-45de-bfa3-19f1dbbb9280",
    "recording_id": null,
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I'm Still in Love With You & Call Me",
    "release_id": "197991db-79de-49f1-9bf5-5f7707a345c9",
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request. Have a suggestion or want to say hi? Email dj@kexp.org, text 206-903-5397 or interact online on Instagram @djmichelemyers, Facebook DJ Michele or Twitter @djmichelemyers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}