Information about plays

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

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

{
    "id": 502868,
    "uri": "https://api.kexp.org/v2/plays/502868/?format=api",
    "airdate": "2002-01-02T06:47:00-08:00",
    "show": 8642,
    "show_uri": "https://api.kexp.org/v2/shows/8642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Regret",
    "track_id": "11470858-6f39-4a2e-9192-fa9fb5ea41de",
    "recording_id": null,
    "artist": "Terry Lee Hale",
    "artist_ids": [
        "0b4f8182-7067-4af0-9e09-952406edbc3c"
    ],
    "album": "Leaving West",
    "release_id": "42b15f54-6a5f-45c0-b6af-e5d537d094b2",
    "release_group_id": null,
    "labels": [
        "Glitterhouse Records"
    ],
    "label_ids": [
        "2582e6e6-de17-4cba-8407-f31425d9048b"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}