Information about plays

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

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

{
    "id": 532739,
    "uri": "https://api.kexp.org/v2/plays/532739/?format=api",
    "airdate": "2002-03-30T00:28:30-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41knn9K1ZFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41knn9K1ZFL._SL75_.jpg",
    "song": "Cold Cold Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Mirah",
    "artist_ids": [
        "e4c226f2-ba57-483f-be6b-3391112244b8"
    ],
    "album": "Advisory Committee",
    "release_id": "b9b697d4-6d78-40a5-95d9-fe273e6b9d34",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2002-03-19",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}