Information about plays

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

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

{
    "id": 531427,
    "uri": "https://api.kexp.org/v2/plays/531427/?format=api",
    "airdate": "2002-03-26T17:57:23-08:00",
    "show": 9201,
    "show_uri": "https://api.kexp.org/v2/shows/9201/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yHCMOguJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yHCMOguJL._SL75_.jpg",
    "song": "Lang Là",
    "track_id": "01215a3e-0000-4f94-a7b7-fb5eae5f8e00",
    "recording_id": null,
    "artist": "René Lacaille & Bob Brozman",
    "artist_ids": [
        "81248bc4-f0a0-4512-a698-a5e1ac53ffce"
    ],
    "album": "Digdig",
    "release_id": "c7454118-ef88-4591-a5fa-138108a52c20",
    "release_group_id": null,
    "labels": [
        "Riverboat Records"
    ],
    "label_ids": [
        "936c3dec-3482-4368-a850-5ea0fe7b8818"
    ],
    "release_date": "2002-01-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}