Information about plays

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

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

{
    "id": 1375772,
    "uri": "https://api.kexp.org/v2/plays/1375772/?format=api",
    "airdate": "2008-05-18T22:37:00-07:00",
    "show": 24014,
    "show_uri": "https://api.kexp.org/v2/shows/24014/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "J.W. on a Good Night",
    "track_id": "708ce1db-2544-4390-93e4-65e46a628004",
    "recording_id": null,
    "artist": "Martyn",
    "artist_ids": [
        "329a39e5-1a9f-4a6a-8e68-49fc8b400a63"
    ],
    "album": "After Seven",
    "release_id": "4e266dd5-ce3b-4bf7-b140-7903d0c0fdee",
    "release_group_id": null,
    "labels": [
        "Revolve:r"
    ],
    "label_ids": [
        "6cf16d52-d480-496f-923b-9ced28f8a999"
    ],
    "release_date": "2008-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}