Information about plays

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

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

{
    "id": 494395,
    "uri": "https://api.kexp.org/v2/plays/494395/?format=api",
    "airdate": "2001-12-07T16:49:00-08:00",
    "show": 8476,
    "show_uri": "https://api.kexp.org/v2/shows/8476/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xDvD8HWWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xDvD8HWWL._SL75_.jpg",
    "song": "Greener Pastures",
    "track_id": "b1f75ed9-51a3-4d6b-b1db-19925cb97b15",
    "recording_id": null,
    "artist": "Basehead",
    "artist_ids": [
        "298f1a6a-4b5b-42bf-ab10-0e6eff03ac91"
    ],
    "album": "Not in Kansas Anymore",
    "release_id": "9c851a43-6dfe-48b3-928e-2871e3940129",
    "release_group_id": null,
    "labels": [
        "Imago"
    ],
    "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"
}