Information about plays

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

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

{
    "id": 508039,
    "uri": "https://api.kexp.org/v2/plays/508039/?format=api",
    "airdate": "2002-01-17T11:46:00-08:00",
    "show": 8743,
    "show_uri": "https://api.kexp.org/v2/shows/8743/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51I3k%2BuNDQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51I3k%2BuNDQL._SL75_.jpg",
    "song": "Ordeal",
    "track_id": "fa069d30-db87-470f-9990-c0443d220350",
    "recording_id": null,
    "artist": "Pale Saints",
    "artist_ids": [
        "1584532a-62ed-4cbe-ad95-6def0af7df35"
    ],
    "album": "In Ribbons",
    "release_id": "3d165873-7252-4ccc-8bc3-13ef9c3691aa",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}