Information about plays

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

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

{
    "id": 422702,
    "uri": "https://api.kexp.org/v2/plays/422702/?format=api",
    "airdate": "2001-05-09T10:22:30-07:00",
    "show": 7084,
    "show_uri": "https://api.kexp.org/v2/shows/7084/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W96H9TXRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W96H9TXRL._SL75_.jpg",
    "song": "I Need You",
    "track_id": "94f4da57-0444-4c8a-8f4b-a1030e94581c",
    "recording_id": null,
    "artist": "Julie Miller",
    "artist_ids": [
        "fd8fbe47-d815-474b-b0cf-b21c2f87c397"
    ],
    "album": "Broken Things",
    "release_id": "83609a0e-d26a-4bc7-9938-3b7775c978b1",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}