Information about plays

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

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

{
    "id": 344508,
    "uri": "https://api.kexp.org/v2/plays/344508/?format=api",
    "airdate": "2019-06-21T23:49:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What’s So Different?",
    "track_id": "a1200b2e-cd16-338f-832d-b54e0ef9b7bd",
    "recording_id": null,
    "artist": "Ginuwine",
    "artist_ids": [
        "9e5fd95d-c0c1-412c-be11-06e7fbe99556"
    ],
    "album": "100% Ginuwine",
    "release_id": "0bf2dbc4-600b-4eb6-b0c8-1be7aea3bc5c",
    "release_group_id": null,
    "labels": [
        "550 Music"
    ],
    "label_ids": [],
    "release_date": "1999-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the 1999 video for Ginuwine's 'What's So Different' here: https://www.youtube.com/watch?v=e8plaDk7M94",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}