Information about plays

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

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

{
    "id": 503376,
    "uri": "https://api.kexp.org/v2/plays/503376/?format=api",
    "airdate": "2002-01-03T17:39:00-08:00",
    "show": 8650,
    "show_uri": "https://api.kexp.org/v2/shows/8650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love with you",
    "track_id": "700d929d-c47a-4413-9122-d26e77304908",
    "recording_id": null,
    "artist": "An American Starlet",
    "artist_ids": [
        "6a1112d6-9ee8-49bc-aef8-ab9c8fe4950e"
    ],
    "album": "Sweet Country Lullabies from",
    "release_id": "ea487bab-fa8b-46b2-a4f3-d6710484ae9e",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}