Information about plays

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

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

{
    "id": 2681893,
    "uri": "https://api.kexp.org/v2/plays/2681893/?format=api",
    "airdate": "2020-01-04T03:39:20-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Planes",
    "track_id": "615082fd-e2fc-3ca5-8120-fddaf01de23d",
    "recording_id": null,
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Kala",
    "release_id": "60c1e000-91a8-4749-bd21-bebcbcbea847",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2007-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}