Information about plays

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

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

{
    "id": 498513,
    "uri": "https://api.kexp.org/v2/plays/498513/?format=api",
    "airdate": "2001-12-19T18:59:00-08:00",
    "show": 8555,
    "show_uri": "https://api.kexp.org/v2/shows/8555/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31fBkO1AOsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31fBkO1AOsL._SL75_.jpg",
    "song": "Baby Let Me Hold Your Hand (Ray Charles Trio)",
    "track_id": "bc50533d-63cb-4515-8c5b-595a1f0d6820",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Genius & Soul: The 50th Anniversary Collection",
    "release_id": "e330fba0-e8c8-4044-ab43-75b625203536",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}