Information about plays

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

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

{
    "id": 504249,
    "uri": "https://api.kexp.org/v2/plays/504249/?format=api",
    "airdate": "2002-01-06T13:41:00-08:00",
    "show": 8671,
    "show_uri": "https://api.kexp.org/v2/shows/8671/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/51kKkPCzq7L.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/51kKkPCzq7L._SL75_.jpg",
    "song": "Roll On Forever",
    "track_id": "752f5da3-4cca-4727-b7e5-ac560b626650",
    "recording_id": null,
    "artist": "The Rockingbirds",
    "artist_ids": [
        "6cb566f2-44af-45da-b579-413a0c2f7f47"
    ],
    "album": "Whatever Happened to The Rockingbirds",
    "release_id": "41a7414e-94bf-4932-9c4b-b4b94e4c3324",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "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"
}