Information about plays

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

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

{
    "id": 530622,
    "uri": "https://api.kexp.org/v2/plays/530622/?format=api",
    "airdate": "2002-03-24T12:52:32-08:00",
    "show": 9187,
    "show_uri": "https://api.kexp.org/v2/shows/9187/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EZJ9QZWNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EZJ9QZWNL._SL75_.jpg",
    "song": "Don't Try (Hank)",
    "track_id": "147b7fef-69dd-4c1b-8562-637905c233fe",
    "recording_id": null,
    "artist": "Gwei-lo",
    "artist_ids": [
        "5dd5e32a-c02d-4ba7-91b0-d3e5378e0ed2"
    ],
    "album": "Gwei-lo",
    "release_id": "487bb585-b6b2-4003-af6e-240a17935181",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2000-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}