Information about plays

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

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

{
    "id": 503498,
    "uri": "https://api.kexp.org/v2/plays/503498/?format=api",
    "airdate": "2002-01-04T00:49:00-08:00",
    "show": 8652,
    "show_uri": "https://api.kexp.org/v2/shows/8652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UCjNOEU3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UCjNOEU3L._SL75_.jpg",
    "song": "Double Drums",
    "track_id": "bee3297a-d5c6-4e8e-9e92-2e0696b8becb",
    "recording_id": null,
    "artist": "Peace Orchestra",
    "artist_ids": [
        "334cd452-8833-4da4-8f14-90136cb0492f"
    ],
    "album": "Peace Orchestra",
    "release_id": "82c24fe2-36e7-40c2-8ece-55d6bfedd1cd",
    "release_group_id": null,
    "labels": [
        "G-Stone Recordings"
    ],
    "label_ids": [
        "b534d6a0-c32a-476a-97b6-77bd3e67fa3e"
    ],
    "release_date": "1999-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}