Information about plays

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

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

{
    "id": 376923,
    "uri": "https://api.kexp.org/v2/plays/376923/?format=api",
    "airdate": "2019-09-05T07:55:18-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/6629d170-17fb-44e5-b2e0-365c751184b6/7908388160-250.jpg",
    "thumbnail_uri": "",
    "song": "Head On",
    "track_id": "edce8dff-7dee-4530-abed-bdd3ab689719",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Automatic",
    "release_id": "6629d170-17fb-44e5-b2e0-365c751184b6",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Track off of JAMC's third album that perfectly encapsulates the energy and excitement of a new love. (Which was a bit of a departure from the gloominess of their previous album 'Darklands')",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}