Information about plays

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

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

{
    "id": 344297,
    "uri": "https://api.kexp.org/v2/plays/344297/?format=api",
    "airdate": "2019-06-21T09:26:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move On Up",
    "track_id": "4f433b6e-6270-35b6-a950-99208b69e586",
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Move On Up",
    "release_id": "7d9b0478-2bc9-472c-8486-c669d278fc92",
    "release_group_id": null,
    "labels": [
        "Hallmark Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Move On Up's” lyrics are framed as a conversation to a child, with Mayfield acting as the wise sage who knows just what to say when times seem overwhelmingly tough. His message is that we should keep striving towards an ideal, even when obstacles in our way might tempt us to settle: “Just move on up toward your destination/Though you may find complication.” You are not alone. Track length:8:49",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}