Information about plays

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

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

{
    "id": 379492,
    "uri": "https://api.kexp.org/v2/plays/379492/?format=api",
    "airdate": "2019-09-11T09:16:00-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You'll Never Walk Alone",
    "track_id": null,
    "recording_id": null,
    "artist": "Gerry",
    "artist_ids": [
        "d6cfe177-1dd2-42f9-bff1-25bf6183beb4"
    ],
    "album": "",
    "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": "This Rogers & Hammerstein song was originally written for the 1945 musical Carousel. When Gerry & the Pacemakers recorded it, it topped the UK chart, they became the first act to reach #1 in the UK with their first three singles. Soon afterwards it was adopted by the fans of Liverpool Football Club as the club's anthem.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}