Information about plays

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

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

{
    "id": 499526,
    "uri": "https://api.kexp.org/v2/plays/499526/?format=api",
    "airdate": "2001-12-22T21:00:00-08:00",
    "show": 8574,
    "show_uri": "https://api.kexp.org/v2/shows/8574/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RynpclLML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RynpclLML._SL75_.jpg",
    "song": "Emerge (Superstar remix) (instrumental)",
    "track_id": "b19dbe13-7031-49e7-97d0-5e7a72b57665",
    "recording_id": null,
    "artist": "Fischerspooner",
    "artist_ids": [
        "a4f54716-24d9-4c6b-8ba7-1d7e7a5173d0"
    ],
    "album": "Emerge",
    "release_id": "438b0c56-c9a6-4bb5-b7f3-6f4ba97864c1",
    "release_group_id": null,
    "labels": [
        "MEMORY BOY"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}