Information about plays

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

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

{
    "id": 378629,
    "uri": "https://api.kexp.org/v2/plays/378629/?format=api",
    "airdate": "2019-09-09T06:44:42-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No New Tale to Tell",
    "track_id": "6422a13c-1c5b-30aa-a23d-76f008a39e4d",
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": "18d2dcdd-044a-4397-8916-510d32b10f10",
    "release_group_id": null,
    "labels": [
        "Big Time Records"
    ],
    "label_ids": [
        "d6998776-9657-4c3e-86aa-a1570df1eb6b"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "❤ & 🚀",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}