Information about plays

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

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

{
    "id": 377722,
    "uri": "https://api.kexp.org/v2/plays/377722/?format=api",
    "airdate": "2019-09-06T23:23:00-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Water",
    "track_id": "aca4e49e-3a7c-4590-a688-4d7e3730318a",
    "recording_id": null,
    "artist": "Earl Sweatshirt",
    "artist_ids": [],
    "album": "Some Rap Songs",
    "release_id": "bb12aa9f-824c-4c3d-8e6c-5cb1f40b3ca3",
    "release_group_id": null,
    "labels": [
        "Tan Cressida"
    ],
    "label_ids": [
        "deac3b84-6856-4882-bac9-7f2bf78e2f88"
    ],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}