Information about plays

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

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

{
    "id": 374989,
    "uri": "https://api.kexp.org/v2/plays/374989/?format=api",
    "airdate": "2019-08-31T21:54:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It’s Obvious",
    "track_id": "231205ff-15a0-3bfe-8c07-026c975aa111",
    "recording_id": null,
    "artist": "Au Pairs",
    "artist_ids": [
        "d350bc0e-10bb-47f1-9027-d1f011ae9aa8"
    ],
    "album": "Playing With a Different Sex",
    "release_id": "8c873784-eaf8-4de0-ad21-97c0df966f0f",
    "release_group_id": null,
    "labels": [
        "RPM"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lesley Woods went on to form The Darlings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}