Information about plays

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

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

{
    "id": 380508,
    "uri": "https://api.kexp.org/v2/plays/380508/?format=api",
    "airdate": "2019-09-13T19:22:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Take You There",
    "track_id": "7a65636f-2834-423e-af02-4b4ec58a9cc5",
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Be Altitude: Respect Yourself",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2006-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Staple Singers made some of their pop songs by working with concepts set forth by Dr. Martin Luther King, Jr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}