Information about plays

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

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

{
    "id": 2681463,
    "uri": "https://api.kexp.org/v2/plays/2681463/?format=api",
    "airdate": "2020-01-03T02:19:46-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Box of Rain",
    "track_id": "c61b0412-eee7-447b-ba8a-79ef27aa77ef",
    "recording_id": null,
    "artist": "Kurt Vile featuring J Mascis",
    "artist_ids": [
        "82315599-2215-4c3e-a36f-87be58d06ec0"
    ],
    "album": "Day of the Dead",
    "release_id": "868385d9-73f1-4689-9ff3-960c320f4ca3",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2016-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}