Information about plays

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

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

{
    "id": 377643,
    "uri": "https://api.kexp.org/v2/plays/377643/?format=api",
    "airdate": "2019-09-06T19:14:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love and Happiness",
    "track_id": "9818e263-53c7-3367-9b64-196aab6f2b66",
    "recording_id": null,
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Greatest Hits",
    "release_id": "b4d9d68a-493b-4f95-8444-d221ab5a0351",
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [],
    "release_date": "2009-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song has been featured in numerous TV shows including The Wire, House, M.D. and Fringe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}