Information about plays

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

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

{
    "id": 344403,
    "uri": "https://api.kexp.org/v2/plays/344403/?format=api",
    "airdate": "2019-06-21T18:08:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Take You There",
    "track_id": null,
    "recording_id": null,
    "artist": "The Staple Singerss",
    "artist_ids": [],
    "album": "Respect: A Century of Women in Music",
    "release_id": "f32dbcdd-e964-4311-816e-6c9cf0785931",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1999-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gospel, soul and activist lyrics make this historical band Civil Rights heroes. Inducted into the R&R Hall of Fame! https://www.youtube.com/watch?v=pVEq9bZ-SY0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}