Information about plays

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

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

{
    "id": 2681703,
    "uri": "https://api.kexp.org/v2/plays/2681703/?format=api",
    "airdate": "2020-01-03T18:13:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Don’t Know",
    "track_id": "61fafff1-093f-4c55-b487-faee151b47c5",
    "recording_id": null,
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Good Thing",
    "release_id": "f3286cfd-ab9e-4f60-8505-e5f284390238",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2018-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.leonbridges.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}