Information about plays

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

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

{
    "id": 1363534,
    "uri": "https://api.kexp.org/v2/plays/1363534/?format=api",
    "airdate": "2008-04-18T03:30:04-07:00",
    "show": 23808,
    "show_uri": "https://api.kexp.org/v2/shows/23808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Opaque (Clee Rader Mix by Epic45)",
    "track_id": null,
    "recording_id": null,
    "artist": "aus",
    "artist_ids": [
        "656c6856-4196-4f8f-a388-e6d1627190eb"
    ],
    "album": "Lang Remixed",
    "release_id": "6b37a4c7-5879-488e-9eb2-e5d6b27938d5",
    "release_group_id": null,
    "labels": [
        "Preco Records"
    ],
    "label_ids": [
        "3d967fe6-4bff-4d7b-b120-c3265ef5c2b4"
    ],
    "release_date": "2008-03-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}