Information about plays

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

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

{
    "id": 2680540,
    "uri": "https://api.kexp.org/v2/plays/2680540/?format=api",
    "airdate": "2019-12-31T21:09:14-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can’t Stop",
    "track_id": "b5316da3-e5a8-3fd5-b085-637f9b9895d7",
    "recording_id": null,
    "artist": "The Boomtown Rats",
    "artist_ids": [
        "47aa3e97-f623-4472-8e54-da886c6a6e20"
    ],
    "album": "A Tonic for the Troops",
    "release_id": "34545fa6-88ad-42bf-8b37-4e010db4a2e3",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "e075dd7f-c1e0-458a-9a71-954e5516eca1"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}