Information about plays

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

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

{
    "id": 435024,
    "uri": "https://api.kexp.org/v2/plays/435024/?format=api",
    "airdate": "2001-06-15T15:36:40-07:00",
    "show": 7321,
    "show_uri": "https://api.kexp.org/v2/shows/7321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41hIuSVsaCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41hIuSVsaCL._SL75_.jpg",
    "song": "Make Your Body Move",
    "track_id": "e531f5d8-fb9c-478a-9535-ab8170030cb4",
    "recording_id": null,
    "artist": "Spain",
    "artist_ids": [
        "222f84b3-a741-44c3-86ac-db4959a5c5af"
    ],
    "album": "I Believe",
    "release_id": "d73517ae-fdb4-41fd-8884-324c703a7403",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}