Information about plays

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

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

{
    "id": 2681806,
    "uri": "https://api.kexp.org/v2/plays/2681806/?format=api",
    "airdate": "2020-01-03T23:46:24-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Treat 'em Right",
    "track_id": "2e818289-6dc2-439f-a6c6-22d29e02045f",
    "recording_id": null,
    "artist": "Chubb Rock",
    "artist_ids": [
        "54a783d6-1066-4a3d-b3ee-d12547ea5daa"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part II",
    "release_id": "3167c279-5ecd-4be5-8575-5907fee3af19",
    "release_group_id": null,
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}