Information about plays

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

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

{
    "id": 380238,
    "uri": "https://api.kexp.org/v2/plays/380238/?format=api",
    "airdate": "2019-09-13T02:38:00-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like U Want 2",
    "track_id": "007a5854-451e-45f6-ba02-01c6b446657a",
    "recording_id": null,
    "artist": "ACTORS",
    "artist_ids": [
        "230f2c85-8b1c-4e88-ab5d-0d015a4bbe16"
    ],
    "album": "Reanimated",
    "release_id": "0e53f409-feb1-437f-9c60-e33df17f7e13",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2017-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}