Information about plays

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

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

{
    "id": 2676384,
    "uri": "https://api.kexp.org/v2/plays/2676384/?format=api",
    "airdate": "2019-12-21T14:56:21-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thank You (Falettinme Be Mice Elf Agin)",
    "track_id": "022dd623-fb20-3349-9f76-6e17143ab16d",
    "recording_id": null,
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Best of Sly and the Family Stone",
    "release_id": "f4aadba3-448b-4083-8398-0fce1a08afc4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}