Information about plays

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

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

{
    "id": 2682911,
    "uri": "https://api.kexp.org/v2/plays/2682911/?format=api",
    "airdate": "2020-01-06T16:23:30-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Strange Effect",
    "track_id": "4f3ebe53-726c-49e8-8449-91059d600d91",
    "recording_id": null,
    "artist": "The Shacks",
    "artist_ids": [
        "7c8f7f42-158d-4685-afd7-8cce6ad71e26"
    ],
    "album": "The Shacks",
    "release_id": "59fe0a79-56e4-4f30-9a2e-8133dd7cb4b9",
    "release_group_id": null,
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kinks cover! Check out the original here: https://www.youtube.com/watch?v=C50mbaDDA0Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}