Information about plays

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

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

{
    "id": 374076,
    "uri": "https://api.kexp.org/v2/plays/374076/?format=api",
    "airdate": "2019-08-29T16:27:00-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Music and PTSD",
    "track_id": null,
    "recording_id": null,
    "artist": "Mark Mallman",
    "artist_ids": [
        "6d078b4b-6b42-4338-9a52-729c0d4448f9"
    ],
    "album": "Interview with Mark Mallman- KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Author of the \"Happiness Playlist\" interviewed by Kevin Cole. Mark Mallman is a minneapolis-based ,usician and film composer, author, and expert playlist curator.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}