Information about plays

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

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

{
    "id": 504539,
    "uri": "https://api.kexp.org/v2/plays/504539/?format=api",
    "airdate": "2002-01-07T07:31:00-08:00",
    "show": 8677,
    "show_uri": "https://api.kexp.org/v2/shows/8677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bzb0LajvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bzb0LajvL._SL75_.jpg",
    "song": "Carlotta Valdez",
    "track_id": null,
    "recording_id": null,
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Where Have All the Merrymakers Gone?",
    "release_id": "55a07751-1959-4828-a2ec-b3c516b52c21",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}